:root {
    --fc-brand: #fcb900;
    --fc-brand-hover: #e5a800;

    --fc-header: #11181d;
    --fc-header-raised: #182128;
    --fc-footer-bg: #11181d;

    --fc-ink: #20272d;
    --fc-text: #30383e;
    --fc-text-muted: #6e7982;
    --fc-text-inverse: #ffffff;

    --fc-surface: #ffffff;
    --fc-surface-muted: #f5f6f7;
    --fc-surface-raised: #ffffff;

    --fc-border: #e5e9ec;
    --fc-border-dark: #303941;

    --fc-success: #198754;

    --fc-radius-sm: 6px;
    --fc-radius-md: 10px;
    --fc-radius-lg: 16px;
    --fc-radius-xl: 22px;

    --fc-space-1: 4px;
    --fc-space-2: 8px;
    --fc-space-3: 12px;
    --fc-space-4: 16px;
    --fc-space-5: 24px;
    --fc-space-6: 32px;
    --fc-space-7: 48px;
    --fc-space-8: 64px;
    --fc-space-9: 88px;

    --fc-container-max: 1560px;
    --fc-container-gutter: 32px;

    --fc-shadow-sm:
        0 4px 18px rgba(20, 27, 32, .06);

    --fc-shadow-md:
        0 14px 38px rgba(20, 27, 32, .10);

    --fc-font-sans:
        Inter,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    --fc-transition:
        180ms ease;
}
