/* The product homepage is the visual reference. Shared values live only here. */
@font-face {
    font-family:'SideWorks Manrope';
    src:url('/assets/fonts/manrope.ttf') format('truetype');
    font-style:normal;
    font-weight:200 800;
    font-display:swap;
}
:root {
    --font-sans:'Avenir Next',Avenir,'SideWorks Manrope',sans-serif;
    --ink:#193650;
    --muted:#50677c;
    --blue:#1167c6;
    --blue-dark:#0a51a2;
    --navy:#0b2746;
    --paper:#fff;
    --canvas:#fff;
    --surface-tint:#edf6fc;
    --pale:var(--surface-tint);
    --surface-card:#f5f9fd;
    --line:#dce7f0;
    --field-border:#a9bacc;
    --error:#a52836;
    --error-surface:#fff8f8;
    --cyan:#65deef;
    --hero-accent:#adddfb;
    --hero-accent-hover:#c8e8fc;
    --hero-action-top:#eff9ff;
    --hero-action-bottom:#78c5f7;
    --hero-action-bottom-hover:#96d2fa;
    --hero-action-shadow:0 5px 16px #03182b33;
    --light-action-top:#3989df;
    --light-action-bottom:var(--blue-dark);
    --light-action-bottom-hover:var(--blue-dark);
    --light-action-shadow:0 5px 16px #0a51a226;
    --action-fill-light:linear-gradient(180deg,var(--light-action-top),var(--blue) 45%,var(--light-action-bottom));
    --action-fill-light-hover:linear-gradient(180deg,var(--light-action-top),var(--blue) 60%,var(--light-action-bottom-hover));
    --action-fill-dark:linear-gradient(180deg,var(--hero-action-top),var(--hero-action-bottom));
    --action-fill-dark-hover:linear-gradient(180deg,var(--paper),var(--hero-action-bottom-hover));
    --secondary-action-hover:#dcecf9;
    --on-dark:#f1f8ff;
    --on-dark-muted:#abc5d9;
    --eyebrow-color:#597b98;
    --text-body:18px;
    --text-link:17px;
    --text-label:16px;
    --text-small:14px;
    --line-body:1.65;
    --line-heading:1.18;
    --radius:24px;
    --radius-button:9px;
    --radius-field:8px;
    --radius-card:18px;
    --container:1260px;
    --header-height:63px;
    --content-width:760px;
    --form-width:620px;
    --space-1:4px;
    --space-2:8px;
    --space-3:12px;
    --space-4:16px;
    --space-5:24px;
    --space-6:32px;
    --space-7:40px;
    --space-8:56px;
    --space-section:65px;
}
