
* {  }
* {  }
* { font-weight: 200; }

body { font-size: 10px; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Inter, Arial, sans-serif; }

.error_box, .success_box, .info_box, .warning_box { font-size: 16px; }
/* PRIHLASENI :: index.php */

#prihlaseni input { font-size: 18px; font-weight: 200; }

/* Odkazy – dekorace */
a { text-decoration: none; }

/* Titulky, texty, váhy */
.pill { font-weight: 500; }
.box h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.content h1 { font-size: 28px; line-height: 1.2; }

/* Footer – velikost písma */
.footer .footer-row { font-size: 12px; }

/* Tabulka – velikost písma a váhy */
.table.standard {  }
.table.standard thead th { font-weight: 600; }

