/* ==========================================================================
   Lola 2026 - Basis (Reset, Fonts, responsive Grundschrift)
   Ersetzt normalize.css / Bootstrap-Reset durch einen schlanken, modernen
   Reset. Verhalten bleibt wie zuvor.
   ========================================================================== */

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

a {
    background-color: transparent;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    overflow: auto;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input {
    line-height: normal;
}

ul, ol {
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'),
         url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'),
         url('../fonts/roboto-v18-latin-regular.woff') format('woff'),
         url('../fonts/roboto-v18-latin-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Guardian Text Egyptian Web';
    src: url('../fonts/GuardianTextEgyp-RegularIt-Web.woff2') format('woff2'),
         url('../fonts/GuardianTextEgyp-RegularIt-Web.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
}

/* ==========================================================================
   Responsive Grundschrift (identisch zum bisherigen Verhalten:
   rem-Werte im gesamten Theme skalieren dadurch automatisch mit)
   ========================================================================== */

@media (min-width: 768px) {
    html { font-size: 16px; }
}

@media (min-width: 1200px) {
    html { font-size: 18px; }
}

@media (min-width: 1600px) {
    html { font-size: 21px; }
}
