/*

// Created :: 2025-02-23
// Updated :: 2026-03-05

*/

/*
  FONT HLADINY
  ─────────────────────────────────
  xs   = 13px   copyright, meta, small
  sm   = 18px   inputy, formuláře
  base = 20px   tělo stránky (html, body)
  md   = 24px   záhlaví kontakty, navigace, patička
  lg   = 28px   velká UI tlačítka, nadpisy widgetů
  xl   = 40px   dekorativní / Sacramento font
  2xl  = 50px   sekční nadpisy (h2 v sekcích)
  3xl  = 60px   hero / h1
  ─────────────────────────────────
*/

/* BODY */

html { font-size: 20px; line-height: 1; }
body { font-family: "Cormorant", serif; font-size: 20px; line-height: 1; }

/* OBECNÉ */

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* ZAHLAVI */

#zahlavi { font-size: 24px; }                                            /* md */
#zahlavi .kontakty ul { font-weight: 600; }
#zahlavi .kontakty.adresa ul { line-height: 1.3; }
#zahlavi .kontakty .tel a { text-decoration: none; }

/* MENU */

#menu li a { font-size: 24px; text-decoration: none; }                   /* md (byl 25px) */

/* MENU :: BURGER */

.nav_close { font-size: 28px; }                                          /* lg (byl 34px) */
.menu_all li a { text-decoration: none; }

/* PRVKY */

.prvek_hp_uvod .tinymce p:first-child { font-family: "Sacramento", cursive; font-size: 40px; }   /* xl */
.prvek_hp_uvod .tinymce h2 { font-size: 60px; }                          /* 3xl (byl 59px) */
.prvek_hp_uvod .tinymce p { line-height: 140%; }

.obsah.obsah_uvod div.h1label { font-family: "Sacramento", cursive; font-size: 40px; }           /* xl */
.obsah.obsah_uvod h1 { font-size: 60px; }                                /* 3xl */
.obsah.obsah_uvod .tinymce p { line-height: 130%; }

/* ARTICLES */

.article_struktura_galerie a:hover { text-decoration: none; }

/* TINYMCE */

.tinymce p { line-height: 130%; }

/* PATICKA */

#paticka_social { font-size: 24px; }                                     /* md (byl 22px) */
#paticka_social .title { line-height: 1.3; }
#paticka_social .icon { text-decoration: none; }

/* COPYRIGHT */

#copyright * { font-size: 13px; }                                        /* xs */

/* FORM */

/* PROFIL */

#column_left_profil li.active { font-weight: bold; }

/* HP :: BOX */

#chci_menu .title { font-size: 28px; }                                   /* lg */
#chci_menu input.inpt_email { font-size: 18px; font-family: "Cormorant", serif; }    /* sm */
#chci_menu .menu_link_like { font-size: 28px; text-decoration: none; font-family: "Cormorant", serif; }  /* lg */

/* HP :: UVOD */

#hp_uvod_pic .col.text .label { font-size: 40px; }                       /* xl */
#hp_uvod_pic .col.text p { font-size: 28px; line-height: 130%; letter-spacing: -0.5; }  /* lg (byl 31px) */

/* HP :: GALERIE */

#hp_galerie .label { font-family: "Sacramento", cursive; font-size: 40px; }  /* xl */
#hp_galerie h2 { font-size: 60px; }                                      /* 3xl (byl 59px) */

/* HP :: MENU */

#denni_menu .col-1 small { font-size: 13px; }                            /* xs (byl 14px) */
#denni_menu .col-4 a { text-decoration: none; font-weight: 600; }
#denni_menu .col-4 a:hover { text-decoration: underline; }
#denni_menu .label { font-family: "Sacramento", cursive; font-size: 40px; }  /* xl */
#denni_menu h2 { font-size: 50px; }                                      /* 2xl */
#denni_menu a { text-decoration: none; }
#denni_menu .inline_denni_menu h2 { font-size: 1em; }                    /* base = 20px */

/* HP :: RECENZE */

#hp_recenze .label { font-family: "Sacramento", cursive; font-size: 40px; }  /* xl */
#hp_recenze .slide h3 { font-size: 50px; line-height: 1.3; }            /* 2xl (byl 48px) */
