/* Self-hosted fonts - loaded separately to avoid Vite processing issues */

/* GT Pantheon Text — headings */
@font-face {
  font-family: 'GT Pantheon Text';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/gt-pantheon-text/GT-Pantheon-Text-Medium.woff2') format('woff2');
}

/* Domaine Text — body */
@font-face {
  font-family: 'Domaine Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/domaine-text/domaine-text-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Domaine Text';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/domaine-text/domaine-text-regular-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Domaine Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/domaine-text/domaine-text-bold.woff2') format('woff2');
}

/* Founders Grotesk Mono — navigation, UI accents */
@font-face {
  font-family: 'Founders Grotesk Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/founders-grotesk-mono/founders-grotesk-mono-regular.woff2') format('woff2');
}
