@font-face {
    font-family: 'Spartan';
    src: url('Spartan-Medium.woff2') format('woff2'),
         url('Spartan-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan';
    src: url('Spartan-Light.woff2') format('woff2'),
         url('Spartan-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}