/*Here are all import files for CSS. To see imports from JS, PHP or SQL, check out ../src or ../scripts.*/
/*Import Fonts*/

@font-face {
    font-family: 'frontheading';
    src: url('../assets/fonts/ProtestGuerilla.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'section-heading';
    src: url('../assets/fonts/Nunito.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}