/* Self-hosted fonts for hyperbrix website */

/* Outfit - Semi-bold (600) for headings */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('outfit-v15-latin-600.woff2') format('woff2');
}

/* Geist - Light (300) for body text */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('geist-v4-latin-300.woff2') format('woff2');
}

/* Geist - Regular (400) for body text */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('geist-v4-latin-400.woff2') format('woff2');
}