/*
Theme Name: Child of Hueman Pro
Author: 
Description: Neu aufgesetzte Website am 2026-05-18; bisher nicht mit Child Theme Generator gearbeitet
Version: 1.0
Template: hueman-pro

This is the child theme for Hueman Pro theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* =========================
   FONTS
========================= */

/* abril-fatface-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: url('self-hosted-fonts/abril-fatface/abril-fatface-v25-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playball-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playball';
  font-style: normal;
  font-weight: 400;
  src: url('self-hosted-fonts/playball/playball-v22-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-condensed-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-condensed/barlow-condensed-v13-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/barlow-condensed/barlow-condensed-v13-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/barlow-condensed/barlow-condensed-v13-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/barlow-condensed/barlow-condensed-v13-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poly-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poly';
  font-style: normal;
  font-weight: 400;
  src: url('self-hosted-fonts/poly/poly-v18-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poly-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poly';
  font-style: italic;
  font-weight: 400;
  src: url('self-hosted-fonts/poly/poly-v18-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* =========================
   GLOBAL TYPOGRAPHY
========================= */

body {
    font-family: 'Poly', serif;
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.75;
    color: #2F6B4A;
    background-color: #F3E7D1;
}

/* =========================
   MAIN HEADLINE
========================= */

h1.wp-block-heading {
    font-family: 'Playball', cursive;
    font-weight: 400;
	font-size: 4.8rem;
    line-height: 1;
    color: #2F6B4A;
}

/* HEADLINES */

h2.wp-block-heading {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2rem;
	letter-spacing: 0.01em;
	font-weight: 400;
	color: #2F6B4A;

}

h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.01em;
	color: #2F6B4A;
}

/* =========================
   SUBHEADLINES / UI
========================= */

.site-description,
.widget-title,
.nav,
.menu,
.subheadline,
h4,
h5,
h6 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* =========================
   BLOCKQUOTES
========================= */

blockquote {
    font-family: 'Abril Fatface', serif;
    font-size: 2rem;
    line-height: 1.3;
    color: #C8922E;
    border-left: 4px solid #C8922E;
    padding-left: 1.2em;
    margin: 2em 0;
}

/* =========================
   LINKS
========================= */

a {
    color: #D96A2B;
    text-decoration: none;
}

a:hover {
    color: #6FA7A6;
}