@font-face {
    font-family: 'Intro';
    src: url('IntroBoldAlt.woff2') format('woff2'),
        url('IntroBoldAlt.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intro';
    src: url('IntroBookAlt.woff2') format('woff2'),
        url('IntroBookAlt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intro';
    src: url('IntroLightAlt.woff2') format('woff2'),
        url('IntroLightAlt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'Intro';
    src: url('IntroRegularAlt.woff2') format('woff2'),
        url('IntroRegularAlt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/
@font-face {
    font-family: 'Intro Caps';
    src: url('IntroDemo-BlackCaps.woff2') format('woff2'),
        url('IntroDemo-BlackCaps.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

