@font-face {
    font-family: 'Spartan', Sans-serif;
    src: url('Spartans-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Spartan';
    src: url('Spartan-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Spartan';
    src: url('Spartan-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Spartan';
    src: url('Spartan-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Spartan';
    src: url('Spartan-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Spartan';
    src: url('Spartan-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Spartan';
    src: url('Spartan-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}