/* Fontin (fontin2_pc) - self-hosted webfont declarations.
   Source: C:\Users\sowen\Downloads\fontin2_pc (see wwwroot/fonts/fontin2/ReadMe.txt for license/attribution). */

@font-face {
    font-family: "Fontin";
    src: url("../fonts/fontin2/Fontin-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fontin";
    src: url("../fonts/fontin2/Fontin-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fontin";
    src: url("../fonts/fontin2/Fontin-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Fontin SmallCaps";
    src: url("../fonts/fontin2/Fontin-SmallCaps.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Default font stack for the whole app: Fontin first, falling back to the system sans-serif
   stack used elsewhere in app.css if the webfont fails to load. */
html, body {
    font-family: "Fontin", sans-serif;
}
