/**
 * HA-R Zentrales Theme (Typografie + Farben)
 * Wird von allen Seiten eingebunden (Login, Bestellen, Auswertung, Admin,
 * Impressum, Datenschutz, Rechnung).
 *
 * Schriftumstellung, Wurzel-Schriftgrösse oder Theme-Farben werden
 * an dieser einzigen Stelle gepflegt.
 */

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Italic-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}


:root {
    --ha-r-blue: #214B7B;
    --ha-r-blue-hover: #1B3C63;
}

html {
    font-size: 17px;
}

body {
    font-family: 'Source Sans 3', Arial, sans-serif;
}
