@font-face {
    font-family: 'Comic Sans MS';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/ComicSansMS.ttf') format('truetype');
}
@font-face {
    font-family: 'Impact';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/Impact.ttf') format('truetype');
}
@font-face {
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/ArialBlack.ttf') format('truetype');
}
@font-face {
    font-family: 'GilroyLight';
    src: url('./fonts/gilroy-light.eot');
    src: url('./fonts/gilroy-light.eot?#iefix') format('embedded-opentype'),
         url('./fonts/gilroy-light.woff') format('woff'),
         url('./fonts/gilroy-light.ttf') format('truetype'),
         url('./fonts/gilroy-light.svg#gilroylight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GilroyExtraBold';
    src: url('./fonts/gilroy-extrabold.eot');
    src: url('./fonts/gilroy-extrabold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/gilroy-extrabold.woff') format('woff'),
         url('./fonts/gilroy-extrabold.ttf') format('truetype'),
         url('./fonts/gilroy-extrabold.svg#gilroylight') format('svg');
    font-weight: normal;
    font-style: normal;
}
