:root {
    --nt-color-brand-900: #0f2438;
    --nt-color-brand-800: #17354f;
    --nt-color-brand-700: #244b68;
    --nt-color-brand-600: #35627e;
    --nt-color-brand-100: #e7eef2;
    --nt-color-brand-50: #f3f6f7;
    --nt-color-accent-700: #9a7638;
    --nt-color-accent-text: #806126;
    --nt-color-accent-100: #f3ead8;
    --nt-color-text: #16222c;
    --nt-color-text-muted: #5a6670;
    --nt-color-surface: #ffffff;
    --nt-color-surface-soft: #f4f7f8;
    --nt-color-surface-warm: #f7f2ea;
    --nt-color-border: #d8e0e5;
    --nt-color-error: #a12828;
    --nt-color-error-surface: #fff1f1;
    --nt-color-focus: #1d5f91;

    --nt-font-family: Figtree, Arial, sans-serif;
    --nt-font-family-display: Georgia, "Times New Roman", serif;
    --nt-font-size-xs: 0.8125rem;
    --nt-font-size-sm: 0.9375rem;
    --nt-font-size-base: 1rem;
    --nt-font-size-lg: clamp(1.0625rem, 1vw + 0.75rem, 1.25rem);
    --nt-font-size-h3: clamp(1.25rem, 1.4vw + 0.9rem, 1.625rem);
    --nt-font-size-h2: clamp(2rem, 3vw + 1rem, 3.5rem);
    --nt-font-size-display: clamp(2.75rem, 5vw + 1rem, 5.75rem);
    --nt-font-weight-regular: 400;
    --nt-font-weight-semibold: 600;
    --nt-font-weight-bold: 700;
    --nt-line-height-tight: 1.08;
    --nt-line-height-heading: 1.2;
    --nt-line-height-body: 1.65;

    --nt-radius-sm: 0.5rem;
    --nt-radius-md: 0.875rem;
    --nt-radius-lg: 1.5rem;
    --nt-radius-pill: 999px;
    --nt-border-width: 1px;
    --nt-shadow-sm: 0 0.375rem 1.25rem rgb(15 36 56 / 8%);
    --nt-shadow-md: 0 1.25rem 3.5rem rgb(15 36 56 / 12%);

    --nt-space-1: 0.25rem;
    --nt-space-2: 0.5rem;
    --nt-space-3: 0.75rem;
    --nt-space-4: 1rem;
    --nt-space-5: 1.5rem;
    --nt-space-6: 2rem;
    --nt-space-7: 3rem;
    --nt-space-8: 4.5rem;
    --nt-space-9: 6rem;

    --nt-container-standard: 75rem;
    --nt-container-wide: 90rem;
    --nt-page-gutter: clamp(1rem, 3vw, 3rem);
    --nt-grid-gap: clamp(1.5rem, 4vw, 4rem);
    --nt-z-header: 100;
    --nt-z-menu: 200;
    --nt-z-overlay: 500;
    --nt-opacity-muted: 0.7;
    --nt-duration-fast: 120ms;
    --nt-duration-standard: 200ms;
    --nt-timing-standard: ease-out;
}
