/** Shopify CDN: Minification failed

Line 10:50 Expected ")" to end URL token
Line 11:50 Expected ")" to end URL token
Line 14:42 Expected ")" to end URL token
Line 15:42 Expected ")" to end URL token

**/
/* Roman Antique */
@font-face{font-family:'Roman Antique';src:url({{ 'RomanAntique-Regular.woff' | asset_url }}) format('woff');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'Roman Antique';src:url({{ 'RomanAntique-Italic.woff'  | asset_url }}) format('woff');font-weight:400;font-style:italic;font-display:swap;}

/* Folks */
@font-face{font-family:'Folks';src:url({{ 'Folks-Regular.woff' | asset_url }}) format('woff');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'Folks';src:url({{ 'Folks-Bold.woff'    | asset_url }}) format('woff');font-weight:700;font-style:normal;font-display:swap;}

/* Wire to Vessel’s vars */
:root{
  --font-body-family:'Folks',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --font-heading-family:'Roman Antique',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

/* Safety net for blocks that hard-code fonts */
body{font-family:var(--font-body-family)!important;}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family)!important;font-weight:400;font-synthesis-weight:none;}
