﻿@font-face {
    font-family: 'National';
    src: url('/fonts/National/National-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'National';
    src: url('/fonts/National/National-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'National';
    src: url('/fonts/National/National-Light.otf') format('opentype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'National';
    src: url('/fonts/National/National-Thin.otf') format('opentype');
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}