@font-face {
    font-family: 'Supermolot Neue';
    src: url('../fonts/TTSupermolotNeue-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Supermolot Neue';
    src: url('../fonts/TTSupermolotNeue-ExpandedMedium.otf') format('opentype');
    font-weight: 500;
    font-stretch: expanded;
    font-style: normal;
}

@font-face {
    font-family: 'Supermolot Neue';
    src: url('../fonts/TTSupermolotNeue-ExpandedRegular.otf') format('opentype');
    font-weight: 400;
    font-stretch: expanded;
    font-style: normal;
}
@font-face {
    font-family: 'Supermolot Neue';
    src: url('../fonts/TTSupermolotNeue-ExpandedBoldItalic.otf') format('opentype');
    font-weight: bold;
    font-stretch: expanded;
    font-style: italic;
}

@font-face {
    font-family: 'Supermolot Neue';
    src: url('../fonts/TTSupermolotNeue-CondensedBoldItalic.otf') format('opentype');
    font-weight: bold;
    font-stretch: condensed;
    font-style: italic;
}