/* Typeface - SuisseIntl */
@font-face {
    font-family: 'SuisseIntl';
    src: url('./webfonts/SuisseIntl/SuisseIntl-Light-WebM.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SuisseIntl';
    src: url('./webfonts/SuisseIntl/SuisseIntl-Regular-WebM.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SuisseIntl';
    src: url('./webfonts/SuisseIntl/SuisseIntl-Medium-WebM.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SuisseIntl';
    src: url('./webfonts/SuisseIntl/SuisseIntl-Bold-WebM.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* Typeface - Deck */
@font-face {
    font-family: 'Deck';
    src: url('./webfonts/Deck/DeckReg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Deck';
    src: url('./webfonts/Deck/DeckBlack.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
