/* Fonts for MCAP */

@font-face {
    font-family: 'Utile Display';
    src: url('../fonts/UtileDisplay-BoldItalic.woff2') format('woff2'),
        url('../fonts/UtileDisplay-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Utile Display';
    src: url('../fonts/UtileDisplay-Black.woff2') format('woff2'),
        url('../fonts/UtileDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Utile Display';
    src: url('../fonts/UtileDisplay-Regular.woff2') format('woff2'),
        url('../fonts/UtileDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Utile Display';
    src: url('../fonts/UtileDisplay-Italic.woff2') format('woff2'),
        url('../fonts/UtileDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Utile Display';
    src: url('../fonts/UtileDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/UtileDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Utile Display';
    src:  url('../fonts/UtileDisplay-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/UtileDisplay-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Trajan Pro 3';
    src: url('../fonts/TrajanPro3-Semibold.woff2') format('woff2'),
        url('../fonts/TrajanPro3-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}