/* =======================================================
   LOKÁLNÍ PÍSMA – MONTESERRAT & POPPINS
   ======================================================= */

/* --- Montserrat Regular (400) --- */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/uploads/fonts/montserrat/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400; /* regular */
  font-style: normal; /* normální styl */
  font-display: swap; /* rychlé vykreslení */
}

/* --- Montserrat SemiBold (600) --- */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/uploads/fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600; /* semibold */
  font-style: normal; 
  font-display: swap; 
}

/* --- Montserrat Bold (700) --- */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/uploads/fonts/montserrat/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700; /* bold */
  font-style: normal; 
  font-display: swap; 
}

/* --- Montserrat ExtraBold (800) --- */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/uploads/fonts/montserrat/Montserrat-ExtraBold.woff2') format('woff2');
  font-weight: 800; /* extra bold */
  font-style: normal; 
  font-display: swap; 
}

/* --- Poppins Regular (400) --- */
@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/uploads/fonts/poppins/Poppins-Regular.woff2') format('woff2');
  font-weight: 400; /* regular */
  font-style: normal; 
  font-display: swap; 
}

/* --- Poppins Medium (500) --- */
@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/uploads/fonts/poppins/Poppins-Medium.woff2') format('woff2');
  font-weight: 500; /* medium */
  font-style: normal; 
  font-display: swap; 
}

/* =======================================================
   TYPOGRAFIE – GLOBÁLNÍ NASTAVENÍ
   ======================================================= */

body {
  font-family: 'Poppins', sans-serif; /* základní písmo pro texty */
  font-size: 18px; /* běžný text */
  line-height: 1.7em; /* lepší čitelnost */
  color: #1a1a1a; /* tmavě šedý text na bílém pozadí */
}

/* =======================================================
   NADPISY
   ======================================================= */

/* --- Globální nastavení pro všechny nadpisy (H1–H6) --- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif; /* nadpisové písmo */
  color: #1a1a1a; /* jednotná barva všech nadpisů */
}

/* --- H1 (hero) --- */
h1 {
  font-weight: 900;          /* ULTRA BOLD (požadavek) */
  font-size: 56px;           /* velikost H1 hero */
  line-height: 1.12em;       /* kompaktní řádkování */
  letter-spacing: -0.015em;  /* jemné utažení písmen */
  /* barva děděná z globálního nastavení (#1a1a1a) */
}

/* --- H2 --- */
h2 {
  font-weight: 900;          /* ULTRA BOLD (požadavek) */
  font-size: 40px;           /* velikost H2 */
  line-height: 1.15em;       /* čitelné řádkování */
  letter-spacing: -0.01em;   /* lehké utažení */
  /* barva děděná z globálního nastavení (#1a1a1a) */
}

/* --- H3 --- */
h3 {
  font-weight: 900;          /* ULTRA BOLD (požadavek) */
  font-size: 40px;           /* velikost H3 */
  line-height: 1.2em;        /* kompaktní řádkování */
  letter-spacing: -0.005em;  /* jemné utažení */
  /* barva děděná z globálního nastavení (#1a1a1a) */
}

/* --- H4 --- */
h4 {
  font-weight: 600;          /* semibold */
  font-size: 22px;           /* velikost H4 */
  line-height: 1.25em;       /* čitelné řádkování */
  letter-spacing: 0;         /* bez prostrkání */
  /* barva děděná z globálního nastavení (#1a1a1a) */
}

/* --- (volitelně) Pokud používáš i H5/H6, můžeš je doplnit takto: --- */
/*
h5 { font-weight: 600; font-size: 18px; line-height: 1.3em; }
h6 { font-weight: 600; font-size: 16px; line-height: 1.3em; }
*/


.podnadpis {
  font-family: 'Montserrat', sans-serif; /* stejné písmo jako nadpisy */
  font-weight: 700; /* tučné písmo */
  font-size: 19px; /* nová velikost */
  line-height: 1.4em; /* příjemná čitelnost */
  letter-spacing: 0.02em; /* lehké rozšíření */
  color: #c7b287; /* sekundární barva */
}


/* =======================================================
   PEREX
   ======================================================= */

.perex {
  font-family: 'Poppins', sans-serif;
  font-weight: 500; /* medium */
  font-size: 20px;
  line-height: 1.6em;
  color: #333333;
}

/* =======================================================
   MENU
   ======================================================= */

.menu-item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  color: #023e7d; /* primární barva */
}

.submenu-item {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4em;
  color: #333333;
}

/* =======================================================
   TLAČÍTKA (CTA)
   ======================================================= */

.button-primary {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  text-transform: uppercase; /* velká písmena */
  color: #ffffff; /* bílý text */
  background-color: #023e7d; /* primární barva */
}

.button-secondary {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
  background-color: #c7b287; /* sekundární barva */
}

.button-outline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #023e7d; /* text */
  border: 2px solid #023e7d; /* obrys */
  background-color: transparent;
}

/* =======================================================
   FORMULÁŘE
   ======================================================= */

label {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  color: #333333;
}

/* =======================================================
   PATIČKA
   ======================================================= */

.footer-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3em;
  color: #ffffff;
}

.footer-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7em;
  color: #d6cfc7;
}
