/** Shopify CDN: Minification failed

Line 7:5 Expected identifier but found whitespace
Line 11:0 Unexpected "@font-face"

**/
TEST: LOADED custom-fonts.css.liquid

/* ===== Custom Fonts (Symmetry) ===== */

@font-face {
  font-family: "AreaVariableThin";
  src: url("//graceinla.com/cdn/shop/t/56/assets/area-variable-thin.woff2?v=64708890412950074561770219804") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Dutch766";
  src: url("//graceinla.com/cdn/shop/t/56/assets/dutch-766-bt-2.woff2?v=107335221580941564711770219804") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Dropdown mapping */




/* Apply globally */
:root{
  
    --font-heading-family: Dutch766, sans-serif !important;
  
  
    --font-body-family: AreaVariableThin, sans-serif !important;
  
}

/* Force apply (safe fallback for places not using variables) */

h1,h2,h3,h4,h5,h6,
.navigation__link,
.header__link,
.site-nav__link{
  font-family: Dutch766, sans-serif !important;
}



body, p, input, textarea, select, button,
.rte, .btn, .button{
  font-family: AreaVariableThin, sans-serif !important;
}

