/* Thin - 100 */
@font-face {
    font-display: swap;
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 100;
    src: url('League_Spartan/LeagueSpartan-Thin.ttf');
}

/* ExtraLight - 200 */
@font-face {
    font-display: swap;
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 200;
    src: url('League_Spartan/LeagueSpartan-ExtraLight.ttf');
}

/* Light - 300 */
@font-face {
    font-display: swap;
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 300;
    src: url('League_Spartan/LeagueSpartan-Light.ttf');
}

/* Regular - 400 */
@font-face {
    font-display: swap;
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 400;
    src: url('League_Spartan/LeagueSpartan-Regular.ttf');
}

/* Medium - 500 */
@font-face {
    font-display: swap;
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 500;
    src: url('League_Spartan/LeagueSpartan-Medium.ttf');
}

/* Semibold - 600 */
@font-face {
    font-display: swap;
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 600;
    src: url('League_Spartan/LeagueSpartan-SemiBold.ttf');
}

/* Bold - 700 */
@font-face {
    font-display: swap;
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 700;
    src: url('League_Spartan/LeagueSpartan-Bold.ttf');
}

/* ExtraBold - 800 */
@font-face {
    font-display: swap;
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 800;
    src: url('League_Spartan/LeagueSpartan-ExtraBold.ttf');
}

/* Black - 900 */
@font-face {
    font-display: swap;
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 900;
    src: url('League_Spartan/LeagueSpartan-Black.ttf');
}
