/* Hallmark · macrostructure: Split Studio · H2 knobs: ratio=5/7, proof=scope, divider=negative-space · genre: modern-minimal · theme: Cobalt · tone: technical-austere · anchor hue: cobalt · enrichment: none · nav: N12 inherited · footer: Ft5 inherited · contrast: pass (40–41) · slop: pass (1–57 plus 38a) · honest: pass (46) · chrome: pass (47) · tokens: pass (48) · responsive: pass (49) · icons: pass (30) · mobile: pass (34, 49, 50–57) */
/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V5 */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/wp-content/themes/mallmars/assets/fonts/ibm-plex-sans-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/wp-content/themes/mallmars/assets/fonts/ibm-plex-sans-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;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/wp-content/themes/mallmars/assets/fonts/space-grotesk-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 {
  --color-paper: oklch(98.5% 0.005 250);
  --color-paper-2: oklch(95.5% 0.008 252);
  --color-paper-3: oklch(92% 0.012 252);
  --color-rule: oklch(84% 0.014 252);
  --color-rule-2: oklch(70% 0.018 254);
  --color-neutral: oklch(48% 0.02 256);
  --color-muted: oklch(39% 0.02 256);
  --color-ink-2: oklch(31% 0.018 257);
  --color-ink: oklch(20% 0.02 258);
  --color-graphite: oklch(22% 0.016 260);
  --color-graphite-2: oklch(28% 0.018 260);
  --color-on-dark: oklch(94% 0.008 250);
  --color-accent: oklch(53% 0.205 256);
  --color-accent-deep: oklch(42% 0.18 256);
  --color-accent-soft: oklch(91% 0.04 256);
  --color-accent-ink: oklch(98.5% 0.005 250);
  --color-focus: oklch(45% 0.215 256);
  --color-error: oklch(49% 0.19 28);
  --color-success: oklch(43% 0.12 155);
  --color-success-on-dark: oklch(82% 0.15 150);

  --font-display: "Space Grotesk", "IBM Plex Sans", sans-serif;
  --font-body: "IBM Plex Sans", sans-serif;
  --font-mono: "IBM Plex Sans", sans-serif;

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;
  --space-5xl: 12rem;

  --text-xs: 0.72rem;
  --text-sm: 0.84rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.9531rem;
  --text-2xl: 2.4414rem;
  --text-3xl: 3.0518rem;
  --text-4xl: 3.8147rem;
  --text-display-s: clamp(2.4rem, 5vw, 4.4rem);
  --text-display: clamp(2.75rem, 5vw + 1rem, 5.25rem);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --rule-hair: 1px;
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-round: 999rem;

  --page-max: 78rem;
  --page-gutter: clamp(1rem, 4vw, 4rem);
  --banner-h: 2.625rem;
  --bar-h: 4rem;

  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
