/* 4200 campaign — webfonts
   LICENCE: Ruder Plakat (Lineto) and PP Migra (Pangram Pangram) webfont builds are
   licensed to Canteen Aotearoa. Confirm in writing that the licence covers
   donate.nzesports.org.nz before these ship to production. If it does not, delete
   these files and the app falls back to Bricolage Grotesque + Instrument Sans,
   which are free on Google Fonts and require no licence. */

@font-face {
  font-family: "Ruder Plakat";
  src: url("/fonts/RuderPlakatLLWeb-Regular.woff2") format("woff2"),
       url("/fonts/RuderPlakatLLWeb-Regular.woff")  format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Migra";
  src: url("/fonts/PPMigra-Extrabold.woff2") format("woff2"),
       url("/fonts/PPMigra-Extrabold.woff")  format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Protest Revolution Local";
  src: url("/fonts/ProtestRevolution-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Canteen type roles */
  --font-display: "Ruder Plakat", "Bricolage Grotesque", Impact, sans-serif;
  --font-serif:   "PP Migra", Georgia, serif;
  --font-body:    "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-protest: "Protest Revolution Local", "Protest Revolution", "Ruder Plakat", Impact, sans-serif;
}

/* Canteen type hierarchy (Brand Guidelines p.23) */
h1 { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .05em; }
h2 { font-family: var(--font-serif);   font-weight: 800; }
h3 { font-family: var(--font-display); letter-spacing: .05em; }
h4 { font-family: var(--font-body);    font-weight: 400; }
h5 { font-family: var(--font-serif);   font-weight: 800; }
h6 { font-family: var(--font-body);    font-weight: 500; text-transform: uppercase; letter-spacing: .2em; }
body, p, li, label, input, textarea, button { font-family: var(--font-body); }
