/* mk-themes — GENERATED from themes/*.json by dev/build-themes-css.mjs. Do not edit. */

@import url("/assets/fonts/poppins.css");

/* Mark — The reference theme — blueprint blue on white, Inter, quiet radii. This binding IS the conformance baseline. */
[data-mk-theme="mark"] {
  --accent-l: #2f6feb;
  --accent-l-rgb: 47, 111, 235;
  --accent-d: #3a95f7;
  --accent-d-rgb: 58, 149, 247;
  --accent-2-l: #22b8cf;
  --accent-2-l-rgb: 34, 184, 207;
  --accent-2-d: #6fd1e0;
  --accent-2-d-rgb: 111, 209, 224;
  --accent-contrast-l: #ffffff;
  --accent-contrast-d: #000;
  --mk-ground-l: #ffffff;
  --mk-ground-l-rgb: 255, 255, 255;
  --mk-ink-l: #262b36;
  --mk-ink-l-rgb: 38, 43, 54;
  --mk-ink-muted-l: #6b7280;
  --mk-ground-2-l: #f7f8fa;
  --mk-border-l: #eceef3;
  --mk-radius-control: .625rem;
  --mk-radius-surface: 1rem;
  --mk-radius-pill: 50rem;
  --mk-font-base: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --mk-weight-display: 800;
  --mk-tracking-display: -.02em;
  --mk-tracking-eyebrow: .08em;
}
/* Volt — The electric one — hot blue and counter-orange, brand-tinted ink and ground (never pure black or white), tight display tracking against wide eyebrows. Binding derived from the 2026-08 landing-page-genre study. */
[data-mk-theme="volt"] {
  --accent-l: #2584c5;
  --accent-l-rgb: 37, 132, 197;
  --accent-d: #6eb3e8;
  --accent-d-rgb: 110, 179, 232;
  --accent-2-l: #f07830;
  --accent-2-l-rgb: 240, 120, 48;
  --accent-2-d: #f5a778;
  --accent-2-d-rgb: 245, 167, 120;
  --accent-contrast-l: #ffffff;
  --accent-contrast-d: #000;
  --mk-ground-l: #fcfcfc;
  --mk-ground-l-rgb: 252, 252, 252;
  --mk-ground-d: #10141f;
  --mk-ground-d-rgb: 16, 20, 31;
  --mk-ink-l: #10141f;
  --mk-ink-l-rgb: 16, 20, 31;
  --mk-ink-d: #fcfcfc;
  --mk-ink-d-rgb: 252, 252, 252;
  --mk-ink-muted-l: #6b7280;
  --mk-ink-muted-d: #9aa3b2;
  --mk-ground-2-l: #f4f6f8;
  --mk-ground-2-d: #1e2638;
  --mk-border-l: rgba(16, 20, 31, 0.08);
  --mk-border-d: rgba(255, 255, 255, 0.08);
  --mk-radius-control: 8px;
  --mk-radius-surface: 16px;
  --mk-radius-pill: 100px;
  --mk-font-base: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mk-weight-display: 800;
  --mk-tracking-display: -0.04em;
  --mk-tracking-eyebrow: .14em;
}
