/* Fonts */
@font-face {
    font-family: 'TBNN Sans';
    src: url(./fonts/TBNNSans-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'TBNN Sans';
    src: url(./fonts/TBNNSans-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'TBNN Sans';
    src: url(./fonts/TBNNSans-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'TBNN Sans';
    src: url(./fonts/TBNNSans-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

:root {
    --font-ui: 'TBNN Sans', sans-serif;
    --color-ui: #000000;
    --color-accent: #002395;
}
