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

@font-face {
    font-family: 'american_auto';
    src: url('americanauto-regular-webfont.woff2') format('woff2'),
         url('americanauto-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

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