@font-face {
    font-family: 'Bebas Neue';
    src: url('bebasneue-regular-webfont.eot');
    src: url('bebasneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-regular-webfont.woff2') format('woff2'),
         url('bebasneue-regular-webfont.woff') format('woff'),
         url('bebasneue-regular-webfont.ttf') format('truetype'),
         url('bebasneue-regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Replica";
    src: url("lineto-replica-pro-light.woff2") format("woff2"), 
         url("lineto-replica-pro-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Replica";
    src: url("lineto-replica-pro-regular.woff2") format("woff2"), 
         url("lineto-replica-pro-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Replica";
    src: url("lineto-replica-pro-bold.woff2") format("woff2"), 
         url("lineto-replica-pro-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}