/* inter - regular typing fonts */
@font-face {
    font-family: 'inter';
    src: url('Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'inter';
    src: url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'inter';
    src: url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'inter';
    src: url('Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* bebas neue - for headlines etc , uppercase only */
@font-face {
    font-family: 'bebas';
    src: url('BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}