/*
 * Geist Font - Used for app logo/name
 */

@font-face {
  font-family: 'Geist';
  src: url(/fonts/Geist/webfonts/Geist[wght].woff2) format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist';
  src: url(/fonts/Geist/webfonts/Geist-Italic[wght].woff2) format('woff2-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Apply Geist font to app logo/name */
.app-name {
  font-family: 'Geist', sans-serif;
  font-weight: 700;
}
