@charset "UTF-8";
/*
 * Estrel Tower — Font Declarations
 *
 * Licensed fonts: Söhne (Klim Type Foundry) + GT Alpina (Grilli Type)
 */

/* --- Söhne (Sans-serif) --- */

@font-face {
    font-family: 'Soehne';
    src: url('/theme/estrel/fonts/soehne-leicht.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soehne';
    src: url('/theme/estrel/fonts/soehne-buch.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soehne';
    src: url('/theme/estrel/fonts/soehne-halbfett.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* --- GT Alpina (Serif Italic) --- */

@font-face {
    font-family: 'GT Alpina';
    src: url('/theme/estrel/fonts/GT-Alpina-Standard-Thin-Italic.woff2') format('woff2');
    font-weight: 250;
    font-style: italic;
    font-display: swap;
}

/* --- Font Stack --- */

:root {
    --font-soehne: 'Soehne', 'Helvetica Neue', Arial, sans-serif;
    --font-alpina: 'GT Alpina', Georgia, 'Times New Roman', serif;
}
