/* Regular */
@font-face {
  font-family: 'Glacial';
  src: url('../../fonts/glacial/GlacialIndifference-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Glacial';
  src: url('../../fonts/glacial/GlacialIndifference-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

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