@font-face {
    font-family: 'Bebas';
    src: url('./fonts/Bebas-Regular.ttf') format('truetype'), url('./fonts/Bebas-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/Source Sans Pro/SourceSansPro-ExtraLight.ttf');
    font-weight: 100;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/Source Sans Pro/SourceSansPro-ExtraLightItalic.ttf');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/Source Sans Pro/SourceSansPro-Light.ttf');
    font-weight: 200;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/Source Sans Pro/SourceSansPro-LightItalic.ttf');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/Source Sans Pro/SourceSansPro-Regular.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/Source Sans Pro/SourceSansPro-SemiBold.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/Source Sans Pro/SourceSansPro-SemiBoldItalic.ttf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/Source Sans Pro/SourceSansPro-Bold.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/Source Sans Pro/SourceSansPro-BoldItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/Source Sans Pro/SourceSansPro-Black.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/Source Sans Pro/SourceSansPro-BlackItalic.ttf');
    font-weight: 600;
    font-style: italic;
}