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

/* Bold */
@font-face {
    font-family: 'Glacial Indifference';
    font-style: normal;
    font-weight: 700; 
    src: url('./GlacialIndiffirence-Bold.OTF') format('opentype');
}

/* Italic */
@font-face {
    font-family: 'Glacial Indifference';
    font-style: italic;
    font-weight: 400;
    src: url('./GlacialIndifference-Italic.OTF') format('opentype');
}
