/* Radiant Airflows marketing site - design tokens.
   Everything is scoped to #radiant-website so nothing leaks into the admin app. */

#radiant-website {
    /* Brand */
    --rw-primary: #00969F;
    --rw-primary-dark: #007780;   /* AA-safe fill for white text at normal sizes */
    --rw-primary-darker: #045c63;
    --rw-primary-light: #E8F8F9;
    --rw-secondary: #A2B734;
    --rw-secondary-dark: #879B28;
    --rw-secondary-light: #F3F7DF;

    /* Ink & surfaces */
    --rw-text: #17252A;
    --rw-text-muted: #5F6B70;
    --rw-bg: #FFFFFF;
    --rw-bg-alt: #F7FAFA;
    --rw-border: #E4EAEB;
    --rw-ink-invert: #FFFFFF;

    /* Type */
    --rw-font: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    --rw-fs-hero: clamp(2rem, 1.3rem + 3.4vw, 3.5rem);
    --rw-fs-h1: clamp(1.9rem, 1.4rem + 2.2vw, 2.75rem);
    --rw-fs-h2: clamp(1.5rem, 1.2rem + 1.3vw, 2.1rem);
    --rw-fs-h3: 1.15rem;
    --rw-lh: 1.65;

    /* Layout */
    --rw-maxw: 1200px;
    --rw-gutter: clamp(1rem, 0.6rem + 1.6vw, 2rem);
    --rw-radius: 14px;
    --rw-radius-sm: 9px;
    --rw-shadow: 0 6px 24px rgba(23, 37, 42, 0.08);
    --rw-shadow-lg: 0 18px 48px rgba(23, 37, 42, 0.14);

    /* Spacing scale */
    --rw-space-1: 0.25rem;
    --rw-space-2: 0.5rem;
    --rw-space-3: 1rem;
    --rw-space-4: 1.5rem;
    --rw-space-5: 2.5rem;
    --rw-space-6: 4rem;
    --rw-section-y: clamp(3rem, 2rem + 4vw, 5.5rem);

    /* Motion */
    --rw-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --rw-dur: 0.35s;

    /* Header height (used for scroll-margin on anchors) */
    --rw-header-h: 76px;
}
