/* ==========================================================================
   Font Declarations

   Body font:    Circular Std Light (300)
   Heading font: Circular Std Medium (500)
   Display font: TradeGothic LT Extended (bold headings / accent text)

   To swap fonts per project, replace the files and update this stylesheet.
   ========================================================================== */

@font-face {
    font-family: 'Circular Std';
    src: url('CircularStd-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std';
    src: url('CircularStd-Light Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std';
    src: url('CircularStd-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std';
    src: url('CircularStd-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic LT Extended';
    src: url('TradeGothicLT-BoldExtended.woff2') format('woff2'),
        url('TradeGothicLT-BoldExtended.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
