/* 'Normal' weight. normal style */

/* @font-face {
    font-family: 'TrooverC';
    src: url('TrooverC.otf') format('otf'),
        url('TrooverC.woff') format('woff'),
        url('TrooverC.woff2') format('woff2');
    font-style: normal;
} */


@font-face {
    font-family: 'TrooverC';
    src: url('TrooverC-alt-4.otf') format('otf'),
        url('TrooverC-alt-4.woff') format('woff');
    /* font-weight: 400; */
    font-style: normal;
}



/* 'Normal' weight. normal style */

/* @font-face {
    font-family: 'BauPro';
    src: url('BauPro.otf') format('otf'),
        url('BauPro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
} */

/* 'Normal' weight. italic style */

/* @font-face {
    font-family: 'BauPro';
    src: url('BauPro-Italic.otf') format('otf'),
    url('BauPro-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
} */



/* 'Medium' weight. normal style */

@font-face {
    font-family: 'BauPro';
    src: url('BauPro-Medium.otf') format('otf'),
        url('BauPro-Medium.woff') format('woff');
    /* font-weight: 500; */
    font-style: normal;
}

/* 'Medium' weight. italic style */

@font-face {
    font-family: 'BauPro';
    src: url('BauPro-MediumItalic.otf') format('otf'),
    url('BauPro-MediumItalic.woff') format('woff');
    /* font-weight: 500; */
    font-style: italic;
}





/* 'Bold' weight. normal style */

@font-face {
    font-family: 'BauPro';
    src: url('BauPro-Bold.otf') format('otf'),
    url('BauPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* 'Bold' weight. italic style */

@font-face {
    font-family: 'BauPro';
    src: url('BauPro-BoldItalic.otf') format('otf'),
    url('BauPro-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
