/*
 * Excon by Alisa Nowak / Indian Type Foundry (fontshare.com/fonts/excon)
 * Licensed under the ITF Free Font License, see LICENSE-FFL.txt
 *
 * The variable font covers every weight from 100 to 900 in one file, so
 * weights the theme uses (600, 800, ...) render correctly instead of snapping
 * to the nearest static cut. Static cuts are kept in this folder if ever needed.
 */
@font-face {
    font-family: 'Excon';
    src: url('Excon-Variable.woff2') format('woff2-variations'),
         url('Excon-Variable.woff2') format('woff2'),
         url('Excon-Variable.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-excon: 'Excon', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --heading-font: var(--font-excon);
    --bs-body-font-family: var(--font-excon);
    --bs-font-sans-serif: var(--font-excon);
}
