:root {
    --body-color: rgb(4, 24, 24);
    --body-bg: #ffffff;
    --muted-color: #5f6f6f;
    --primary-rgb: 12 44 78;
    --primary-opacity: 1;
    --primary: rgb(var(--primary-rgb) / var(--primary-opacity));
    --surface-dark-bg: linear-gradient(79deg, #002238 15.16%, #6b665f 277.89%);
    --accent: #b9f56f;
    --gold: #FFC106;
    --gold-hover: #e6ad05;
    --button-dark: #041818;
    --button-dark-hover: #0b2a2a;
    --color-coral: #ff725e;
    --color-amber: #f7bf4f;
    --color-silver: #F6F7F8;
    --border-color: #dee2e6;
    --surface: #ffffff;
    --surface-subtle: #f4f2f1;

    --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-size-base: 1rem;
    --line-height-base: 1.4;
    --font-weight-extra-light: 200;
    --font-weight-light: 300;
    --font-weight-base: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extra-bold: 900;

    --h1-size: 50px;
    --h2-size: 2.5rem;
    --h3-size: 1.375rem;
    --label-size: 0.875rem;
    --lede-size: 1.25rem;
    --lede-weight: 300;

    --container-max: 1280px;
    --gutter-x: 1.5rem;
    --header-height: 70px;
    --header-offset: 1rem;
    --hero-header-gap: 80px;

    --spacer-1: 0.25rem;
    --spacer-2: 0.5rem;
    --spacer-3: 1rem;
    --spacer-4: 1.5rem;
    --spacer-5: 3rem;
    --spacer-6: 5rem;

    --radius-sm: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-pill: 50rem;

    --shadow-sm: 0 0.125rem 0.25rem rgba(4, 24, 24, 0.075);
    --shadow: 0 0.5rem 1rem rgba(4, 24, 24, 0.12);
    --surface-dark-color: #ffffff;
    --surface-dark-muted-color: rgba(255, 255, 255, 0.8);
    --surface-dark-border-color: rgba(255, 255, 255, 0.12);
    --transition-base: 150ms ease-in-out;
}
