@font-face{font-family:'Cormorant Garamond';src:url('../fonts/cormorant-garamond-var.woff2') format('woff2-variations');font-weight:300 400;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Manrope';src:url('../fonts/manrope-var.woff2') format('woff2-variations');font-weight:400 500;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root{
  --sol-bg:#F7F4EF;
  --sol-surface:#FFFFFF;
  --sol-ink:#1A1520;
  --sol-accent:#2A0B68;
  --sol-lavender:#8861BC;
  --sol-lavender-light:#C4AEE0;
  --sol-mist:#EFE9F5;
  --sol-signal:#C4007A;
  --sol-muted:#5F5668;
  --sol-line:#DED7CC;

  --sol-font-display:'Cormorant Garamond',Georgia,'Times New Roman',serif;
  --sol-font-ui:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;

  --sol-radius:2px;

  --sol-space-xs:4px;
  --sol-space-sm:8px;
  --sol-space-md:16px;
  --sol-space-lg:32px;
  --sol-space-xl:64px;
  --sol-space-xxl:120px;

  --sol-gutter:24px;
  --sol-max:1440px;
  --sol-measure:66ch;

  --sol-track:.14em;

  --sol-dur-fast:220ms;
  --sol-dur:420ms;
  --sol-dur-slow:900ms;
  --sol-ease:cubic-bezier(.22,.61,.36,1);

  --sol-utility-h:38px;--sol-header-h:126px;--sol-header-h-min:126px;--sol-logo-h:100px;--sol-logo-h-min:100px;
}

@media (max-width:1080px){
  :root{--sol-utility-h:36px;--sol-header-h:96px;--sol-header-h-min:96px;--sol-logo-h:72px;--sol-logo-h-min:72px}
}

@media (max-width:900px){
  :root{--sol-space-xxl:64px;--sol-space-xl:40px;--sol-gutter:18px;--sol-utility-h:34px;--sol-header-h:86px;--sol-header-h-min:86px;--sol-logo-h:62px;--sol-logo-h-min:62px}
}
