/* Generated by `flux tokens build` — DO NOT EDIT. Source: provadyne.toml */

@font-face {
  font-family: "Chakra Petch";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/ChakraPetch-700.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Inter-400.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Inter-600.woff2") format("woff2");
}

:root {
  --sz-color-bg: #0b0d12;
  --sz-color-bg-alt: #0f1117;
  --sz-color-surface: #161922;
  --sz-color-surface-alt: #1b1f2a;
  --sz-color-border: #262a37;
  --sz-color-text: #e7edf5;
  --sz-color-text-muted: #9aa6b8;
  --sz-color-accent: #22c55e;
  --sz-color-accent-2: #4ade80;
  --sz-color-warning: #f5b14c;
  --sz-color-info: #60a5fa;
  --sz-color-error: #f87171;
  --sz-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --sz-font-display: 'Chakra Petch', 'Inter', -apple-system, sans-serif;
  --sz-font-mono: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
  --sz-shadow-sm: 0 2px 8px rgba(0,0,0,0.35);
  --sz-shadow-md: 0 20px 50px rgba(0,0,0,0.45);
  --sz-shadow-lg: 0 30px 80px rgba(0,0,0,0.55);
  --sz-radius-sm: 8px;
  --sz-radius-md: 14px;
  --sz-radius-lg: 18px;
  --sz-type-display: clamp(2.2rem, 4.6vw, 3.2rem);
  --sz-type-h1: clamp(1.7rem, 3vw, 2.3rem);
  --sz-type-h2: 1.4rem;
  --sz-type-h3: 1.12rem;
  --sz-type-body: 0.97rem;
  --sz-type-small: 0.83rem;
  --sz-type-caption: 0.74rem;
  --sz-weight-regular: 400;
  --sz-weight-medium: 600;
  --sz-weight-bold: 700;
  --sz-leading-tight: 1.15;
  --sz-leading-normal: 1.6;
  --sz-leading-relaxed: 1.7;
  --sz-tracking-tight: -0.01em;
  --sz-tracking-normal: 0;
  --sz-tracking-wide: 0.12em;
  --sz-ease-out: cubic-bezier(0.4, 0, 0.2, 1);
  --sz-ease-inout: cubic-bezier(0.65, 0, 0.35, 1);
  --sz-duration-fast: 120ms;
  --sz-duration-base: 200ms;
  --sz-duration-slow: 340ms;
}

@media (prefers-color-scheme: light) {
  :root {
    --sz-color-bg: #f8fafc;
    --sz-color-bg-alt: #f1f5f9;
    --sz-color-surface: #ffffff;
    --sz-color-surface-alt: #f8fafc;
    --sz-color-border: #e2e8f0;
    --sz-color-text: #0f172a;
    --sz-color-text-muted: #5b6473;
    --sz-color-accent: #16a34a;
    --sz-color-accent-2: #15803d;
  }
}
