@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/manrope/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/manrope/manrope-latin.woff2") format("woff2");
  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 {
  --store-ink: #17211d;
  --store-muted: #5c665f;
  --store-surface: #fffefa;
  --store-canvas: #eef3ee;
  --store-paper: #e2eadf;
  --store-line: #cfdacf;
  --store-accent: #d6653f;
  --store-accent-dark: #9f402a;
  --store-success: #286451;
  --store-danger: #a63232;
  --store-radius-sm: 5px;
  --store-radius: 8px;
  --store-radius-lg: 8px;
  --store-shadow-sm: 0 8px 24px rgba(23, 33, 29, .06);
  --store-shadow: 0 24px 70px rgba(23, 33, 29, .14);
  --store-max: 1320px;
  --store-display: "Manrope", "Segoe UI Variable Text", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  --store-body: "Manrope", "Segoe UI Variable Text", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.storefront-body {
  background: var(--store-surface);
  color: var(--store-ink);
  font-family: var(--store-body);
  font-synthesis: none;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

.storefront-body h1,
.storefront-body h2 {
  font-family: var(--store-display);
  font-weight: 700;
  text-wrap: balance;
}

.storefront-body h3,
.storefront-body h4,
.storefront-body h5,
.storefront-body h6 {
  font-family: var(--store-body);
}

.sf-container {
  width: min(var(--store-max), calc(100% - 48px));
}

.storefront-body :focus-visible {
  outline: 3px solid color-mix(in srgb, var(--store-accent) 45%, transparent);
  outline-offset: 3px;
}

.storefront-body ::selection {
  background: var(--store-ink);
  color: #fff;
}
