/* Gentovix brand tokens — sampled from Content/Website/assets/images/icon.png */
:root {
    --brand-blue: #0060f0;
    --brand-blue-light: #0070f0;
    --brand-blue-dark: #0052d4;
    --brand-slate: #202030;
    --brand-slate-muted: #464b54;
    --brand-gray: #909090;
    --brand-gray-light: #e2e8f0;

    --surface: #ffffff;
    --surface-alt: #f8fafc;
    --surface-onboarding: #f5f5f9;
    --text-primary: #202030;
    --text-secondary: #64748b;
    --text-muted: #909090;
    --border: #e2e8f0;

    --success: #10b981;
    --shadow-sm: 0 1px 3px rgba(32, 32, 48, 0.08);
    --shadow-md: 0 12px 40px rgba(32, 32, 48, 0.1);
    --radius: 12px;
    --radius-lg: 16px;
    --font-sans: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
    --font-weight-body: 500;
    --font-weight-heading: 700;
    --font-weight-label: 600;
}
