/* Atlas site — self-hosted typefaces. No external requests.
   Fraunces (display serif), Space Mono + DM Mono (mono).
   woff2 only; universal modern-browser support. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('./fraunces-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('./fraunces-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal; font-weight: 900; font-display: swap;
  src: url('./fraunces-latin-900-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic; font-weight: 400; font-display: swap;
  src: url('./fraunces-latin-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic; font-weight: 900; font-display: swap;
  src: url('./fraunces-latin-900-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('./space-mono-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('./space-mono-latin-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Mono';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('./dm-mono-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('./dm-mono-latin-500-normal.woff2') format('woff2');
}
