/* ============================================================
   Beaupixel — Webfonts
   Basis Grotesque  → display / headings (primary)
   Neue Haas Grotesk Display → body / labels (secondary)
   Inconsolata      → mono / overline accents
   Font binaries are the originals shipped on beaupixel.com.
   ============================================================ */

/* ---------- Basis Grotesque (primary / display) ---------- */
@font-face {
  font-display: swap;
  font-family: 'Basis Grotesque';
  font-style: normal;
  font-weight: 300;
  src: url('../assets/fonts/basic-grotesque/basisgrotesque-light-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Basis Grotesque';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/basic-grotesque/basisgrotesque-regular-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Basis Grotesque';
  font-style: italic;
  font-weight: 400;
  src: url('../assets/fonts/basic-grotesque/basisgrotesque-italic-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Basis Grotesque';
  font-style: normal;
  font-weight: 500;
  src: url('../assets/fonts/basic-grotesque/basisgrotesque-medium-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Basis Grotesque';
  font-style: normal;
  font-weight: 700;
  src: url('../assets/fonts/basic-grotesque/basisgrotesque-bold-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Basis Grotesque';
  font-style: italic;
  font-weight: 700;
  src: url('../assets/fonts/basic-grotesque/basisgrotesque-bolditalic-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Basis Grotesque';
  font-style: normal;
  font-weight: 900;
  src: url('../assets/fonts/basic-grotesque/basisgrotesque-black-webfont.woff2') format('woff2');
}

/* ---------- Basis Grotesque Mono ---------- */
@font-face {
  font-display: swap;
  font-family: 'Basis Grotesque Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/basic-grotesque/basisgrotesque-mono-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Basis Grotesque Mono';
  font-style: normal;
  font-weight: 700;
  src: url('../assets/fonts/basic-grotesque/basisgrotesque-monobold-webfont.woff2') format('woff2');
}

/* ---------- Neue Haas Grotesk Display (secondary / body) ---------- */
@font-face {
  font-display: swap;
  font-family: 'Neue Haas Grotesk Display';
  font-style: normal;
  font-weight: 100;
  src: url('../assets/fonts/neue-haas-groteskt-display/neuehaasdisplayxxthin-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Neue Haas Grotesk Display';
  font-style: normal;
  font-weight: 200;
  src: url('../assets/fonts/neue-haas-groteskt-display/neuehaasdisplayxthin-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Neue Haas Grotesk Display';
  font-style: normal;
  font-weight: 300;
  src: url('../assets/fonts/neue-haas-groteskt-display/neuehaasdisplaylight-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Neue Haas Grotesk Display';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/neue-haas-groteskt-display/neuehaasdisplayroman-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Neue Haas Grotesk Display';
  font-style: italic;
  font-weight: 400;
  src: url('../assets/fonts/neue-haas-groteskt-display/neuehaasdisplayromanitalic-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Neue Haas Grotesk Display';
  font-style: normal;
  font-weight: 500;
  src: url('../assets/fonts/neue-haas-groteskt-display/neuehaasdisplaymedium-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Neue Haas Grotesk Display';
  font-style: normal;
  font-weight: 700;
  src: url('../assets/fonts/neue-haas-groteskt-display/neuehaasdisplaybold-webfont.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Neue Haas Grotesk Display';
  font-style: normal;
  font-weight: 900;
  src: url('../assets/fonts/neue-haas-groteskt-display/neuehaasdisplayblack-webfont.woff2') format('woff2');
}

/* ---------- Inconsolata (mono accent) ---------- */
@font-face {
  font-display: swap;
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/inconsolata/inconsolata-regular.woff2') format('woff2');
}
