/** 01. FONTS */
@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter-var.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
  font-style: oblique 0deg 10deg;
}

@font-face {
  font-family: 'Switzer';
  src: url('./fonts/Switzer.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
  font-style: oblique 0deg 10deg;
}

html, body, * {
  font-family: 'Switzer', sans-serif;
}
