/** Shopify CDN: Minification failed

Line 16:14 Expected ")" to end URL token
Line 21:14 Expected ")" to end URL token
Line 26:14 Expected ")" to end URL token
Line 31:14 Expected ")" to end URL token
Line 36:14 Expected ")" to end URL token
Line 41:14 Expected ")" to end URL token
Line 46:14 Expected ")" to end URL token
Line 51:14 Expected ")" to end URL token

**/
/* Niven Morgan — Gotham webfonts */
@font-face{
  font-family:"Gotham";
  src: url({{ 'GothamLight.woff2' | asset_url }}) format('woff2');
  font-weight:300; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Gotham";
  src: url({{ 'GothamLightItalic.woff2' | asset_url }}) format('woff2');
  font-weight:300; font-style:italic; font-display:swap;
}
@font-face{
  font-family:"Gotham";
  src: url({{ 'GothamBook.woff2' | asset_url }}) format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Gotham";
  src: url({{ 'GothamBookItalic.woff2' | asset_url }}) format('woff2');
  font-weight:400; font-style:italic; font-display:swap;
}
@font-face{
  font-family:"Gotham";
  src: url({{ 'GothamMedium.woff2' | asset_url }}) format('woff2');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Gotham";
  src: url({{ 'GothamMediumItalic.woff2' | asset_url }}) format('woff2');
  font-weight:500; font-style:italic; font-display:swap;
}
@font-face{
  font-family:"Gotham";
  src: url({{ 'GothamBold.woff2' | asset_url }}) format('woff2');
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Gotham";
  src: url({{ 'GothamBoldItalic.woff2' | asset_url }}) format('woff2');
  font-weight:700; font-style:italic; font-display:swap;
}

/* Point Dawn’s CSS tokens to Gotham */
:root{
  --font-body-family: "Gotham", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-heading-family: "Gotham", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
