/* 

// Created :: 2025-02-23
// Updated :: 2025-02-23

*/

/* Bold (700) */
@font-face {
  font-family: 'Lato';
  src: url('../../font-lato/Lato-Black.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: 'Lato';
  src: url('../../font-lato/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Light (300) */
@font-face {
  font-family: 'Lato';
  src: url('../../font-lato/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular (200) */
@font-face {
  font-family: 'Lato';
  src: url('../../font-lato/Lato-Thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}


/* BODY */

/* -webkit-font-smoothing: antialiased;  */

* { }

html { font-size: 14px;  } 
html { line-height: 1; } 

body { font-family: "Lato", sans-serif; }
body { font-size: 14px; }
body{ line-height: 1; }

/* OBECNÉ PRVKY */

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

/* RESPO PRIPRAVA */

/* LAYOUT */

/* OBECNÉ */

/* ERRORS */

/* LISTA */

/* NADPISY */

/* ZAHLAVI */

#zahlavi_lista .social a.fb { text-decoration: none; }

/* MENU */

#menu ul li { list-style-type: none; }
#menu ul li a { font-size: 20px; }
#menu ul li a { font-weight: 700; }
#menu ul li a:hover { text-decoration: underline; }

/* MENU :: BURGER */

.nav_close { font-size: 34px; }
.menu_all li a { text-decoration: none; }

/* GALERIE */

/* SLOUPEC */

/* CONTAINERS OBSAH UVOD */

/* CONTAINERS VYPISY */

/* CONTAINERS DETAILY */

/* PRVKY */

/* JINE  */

/* ARTICLES */

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

/* PATICKA */

/* COPYRIGHT */

#copyright { text-align: center; }

/* TINYMCE */

/* SITEMAP */

/* FORM */

/* FORM :: PATIČKA  */

/* PROFIL */

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


