/* ==========================================================================
   Vincent Fonts — globalna podmiana fontow calego motywu Hanoi na fonty
   Vincenta: Bricolage Grotesque (naglowki) + Geist (tekst i UI).
   Hanoi uzywa fontow wylacznie przez zmienne --gh-font-* (twarde nazwy
   Fraunces/Manrope wystepuja tylko w @font-face), wiec nadpisanie trzech
   zmiennych podmienia typografie w calym motywie: menu, logo tekstowe,
   naglowki, tresc, stopke, newsletter, karty wpisow.
   Ladowany w head PO {{ghost_head}}, wiec wygrywa tez z ewentualnym
   wyborem fontow w panelu Ghost (Design > Typography).
   ========================================================================== */

@font-face {
    font-family: 'Geist';
    src: url('../fonts/vincent/Geist-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bricolage';
    src: url('../fonts/vincent/BricolageGrotesque-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bricolage';
    src: url('../fonts/vincent/BricolageGrotesque-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --gh-font-heading: 'Bricolage', 'Fraunces', Georgia, 'Times New Roman', serif;
    --gh-font-body: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --gh-font-utility: 'Geist', 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
