/* ============================================================
   Graphik Web — the typeface the brochure is set in, and the
   face used across the Sugar Bowl design system (sugarbowl.com).
   Licensed; self-hosted here from the same files the resort site
   serves. Four upright weights are all this page needs.

   Note: the resort's own sheet registers Semibold under a separate
   "Graphik Web Bold" family. It is mapped to weight 600 of the one
   family here so ordinary font-weight values resolve correctly.
   ============================================================ */

@font-face{
  font-family:'Graphik Web';
  src:url('assets/fonts/Graphik-Regular-Web.woff2') format('woff2'),
      url('assets/fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Graphik Web';
  src:url('assets/fonts/Graphik-Medium-Web.woff2') format('woff2'),
      url('assets/fonts/Graphik-Medium-Web.woff') format('woff');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Graphik Web';
  src:url('assets/fonts/Graphik-Semibold-Web.woff2') format('woff2'),
      url('assets/fonts/Graphik-Semibold-Web.woff') format('woff');
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Graphik Web';
  src:url('assets/fonts/Graphik-Bold-Web.woff2') format('woff2'),
      url('assets/fonts/Graphik-Bold-Web.woff') format('woff');
  font-weight:700; font-style:normal; font-display:swap;
}
