:root {
    --bg-footer: #0b1324;
    --bg-header: #fff;
    --text-footer: #cbd5e1;
    --bg-body: #f8fafc;
    --ink: #0f172a;
    --muted: #475569;
    --brand: #2ea4b2;
    --brand-hover: #3EC0CF;
    --brand-2nd: #000;
    --brand-3rd: #000;
    --text-on-brand: #fff;
    --accent: #ffb703;
    --accent-hover: #E6A302;
    --text-on-accent: #111;
    --card: #ffffff;
    --card-border: #eef2f7;
    --notice: #0f172a;
    --notice-bg: #f1f5f9;
    --notice-border: #e2e8f0;
    --ring: #e2e8f0;
    --header-height: 75px;
    --hero-overlay-grad1: rgba(11, 19, 36, 0.4);
    --hero-overlay-grad2: rgba(16, 36, 67, 0.6);
}
