/* ==========================================================================
   Awnex — webfonts
   --------------------------------------------------------------------------
   Converted from the designer's OTF files to WOFF2 and subset to Latin plus
   common punctuation. All five faces together are about 67 KB, down from
   roughly 298 KB as raw OTF — which matters on a phone over cellular, where
   most of this site's traffic is expected.

   font-display: swap means text paints immediately in the fallback face and
   re-renders when the webfont lands. A visitor never stares at invisible text.

   LICENSING: DINOT (Monotype) and Myriad Pro (Adobe) desktop licences do not
   normally include webfont embedding. Confirm a webfont licence is held for
   both before this goes to production.
   ========================================================================== */

/* ---- DINOT Condensed — display / headings ------------------------------ */

@font-face {
  font-family: "DINOT Condensed";
  src: url("../fonts/dinot-cond-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINOT Condensed";
  src: url("../fonts/dinot-cond-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINOT Condensed";
  src: url("../fonts/dinot-cond-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ---- Myriad Pro — body copy, eyebrows, buttons -------------------------- */

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
