/* SmartTalk CI design tokens — generated from portal-api/src/design/tokens.ts.
   Do not edit by hand; change tokens.ts and redeploy portal-api.
*/
:root {
  --st-primary: #ff9900;
  --st-primary-hover: #ffb341;
  --st-primary-soft: #ffcc80;
  --st-primary-wash: #fff1d9;
  --st-gold-muted: #e2c07d;
  --st-brand-grey: #8d8a8b;
  --st-bg: #faf7f1;
  --st-surface: #ffffff;
  --st-surface-alt: #fff9f0;
  --st-border-subtle: #f1ead9;
  --st-border: #e7decb;
  --st-border-strong: #b0a986;
  --st-text: #2a2a2a;
  --st-text-secondary: #555555;
  --st-text-muted: #726f70;
  --st-footer: #5f6360;
  --st-link: #9a5a00;
  --st-link-hover: #6f3d00;
  --st-on-primary: #2a2a2a;
  --st-on-primary-strong: #7a5000;
  --st-focus: #7a5000;
  --st-danger: #be3d3d;
  --st-danger-bg: #fdecec;
  --st-ok: #197d44;
  --st-ok-bg: #e8f7ee;
  --st-warn: #876a00;
  --st-warn-bg: #fdf4d9;
  --st-accent-blue: #4854c7;
  --st-accent-pink: #ed1566;
  --st-course-en: #c6afcf;
  --st-course-fr: #b5c8e5;
  --st-course-es: #b0d9e5;
  --st-course-it: #63a38b;
  --st-course-de: #f9dfac;
  --st-course-gk: #d63c8a;
  --st-radius: 12px;
  --st-radius-lg: 16px;
  --st-radius-pill: 999px;
  --st-shadow: 0 1px 3px rgba(42,42,42,.08);
  --st-shadow-lift: 0 10px 26px rgba(42,42,42,.14);
  --st-font: system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --st-font-heading: "Poppins","Segoe UI Variable Display","Segoe UI",system-ui,-apple-system,sans-serif;
  --st-fs-xs: 12px;
  --st-fs-sm: 13px;
  --st-fs-base: 15px;
  --st-fs-md: 17px;
  --st-fs-lg: 20px;
  --st-fs-xl: 25px;
  --st-fs-2xl: 31px;
  --st-fs-3xl: 40px;
  --st-lh-tight: 1.15;
  --st-lh-snug: 1.3;
  --st-lh-normal: 1.6;
  --st-fw-regular: 400;
  --st-fw-medium: 500;
  --st-fw-semibold: 600;
  --st-sp-1: 4px;
  --st-sp-2: 8px;
  --st-sp-3: 12px;
  --st-sp-4: 16px;
  --st-sp-5: 24px;
  --st-sp-6: 32px;
  --st-sp-7: 48px;
  --st-sp-8: 64px;
  --st-bp-sm: 640px;
  --st-bp-md: 768px;
  --st-bp-lg: 1024px;
  --st-bp-xl: 1280px;
}
