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

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

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

input[type="text"],input[type="email"],input[type="tel"] { 
  font-size: 18px;
  font-weight: 200 !important;
  font-variation-settings: "wght" 200;
  font-synthesis: none;
  font-optical-sizing: auto;
  
  /* Explicitní reset */
  -webkit-appearance: none;
  appearance: none;
  
  /* Force font family */
  font-family: "Roboto", sans-serif !important;
  }
select { font-size: 18px; font-weight: 200; }
select,
select option {
  font-size: 18px;
  font-weight: 200;
  font-family: inherit;
}

.container_text h1 { font-size: 22px; font-weight: 600; }
.container_text p { font-size: 16px; line-height: 125%; }