/* storefront mengosense v6 */
html[data-storefront="mengosense"] {
  --sf-color-bg: oklch(98% 0.006 95);
  --sf-color-text: oklch(20% 0.018 195);
  --sf-color-muted: oklch(48% 0.024 190);
  --sf-color-accent: oklch(35% 0.11 173);
  --sf-color-on-accent: oklch(99% 0.004 95);
  --sf-color-border: oklch(82% 0.018 175);
  --sf-font-display: Archivo, Arial, sans-serif;
  --sf-font-body: Sen, Arial, sans-serif;
  --sf-font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;
  --sf-radius-sm: 0.25rem;
  --sf-radius-md: 0.45rem;
  --sf-radius-card: 0.7rem;
  --sf-radius-button: 999px;
  --sf-space-section-y: clamp(4rem, 8vw, 8rem);
  --sf-space-grid-gap: clamp(0.9rem, 1.8vw, 1.4rem);
  --sf-shadow-sm: 0 1px 2px oklch(20% 0.018 195 / 0.05);
  --sf-shadow-md: 0 20px 52px oklch(20% 0.018 195 / 0.10);
}

