/* Import fonts */
@font-face {
  font-family: 'Antarctica';
  src: url('./Antarctica-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Antarctica';
  src: url('./Antarctica-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Antarctica';
  src: url('./Antarctica-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Antarctica';
  src: url('./Antarctica-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Antarctica Highlighted';
  src: url('./Antarctica-ExpBoldContrast.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}