/** OTF FONTS **/

@font-face {
    font-family: 'GlacialIndifferenceBold';
    src: url('OTF/GlacialIndifference-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GlacialIndifferenceRegular';
    src: url('OTF/GlacialIndifference-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/** TTF FONTS **/
@font-face {
    font-family: 'GlacialIndifferenceBold';
    src: url('TTF/GlacialIndifference-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GlacialIndifferenceRegular';
    src: url('TTF/GlacialIndifference-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


