@font-face {
    font-family: 'Detroit Metro';
    src: url('fonts/detroitmetro-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Detroit Metro';
    src:
        url('fonts/Metro.woff2') format('woff2'),
        url('fonts/Metro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
