:root{
    --nav_height: 120px;
    --footer_height: 92px;

    --bg: rgb(248,248,248);
    --fg: rgba(84,144,150,1);
    --nav_bg: rgba(0,0,0,0.95);
    --seagreen: rgba(84,144,150,1);
    --navygray: rgba(62,74,86);
    --navygray_dark: rgb(32, 38, 44);
    --purple: rgb(134, 84, 150);
    --bright_purple: rgb(147, 59, 176);
    --panel: #111826;
    --muted: #9aa4b2;
    --accent: rgba(84,144,150,1);

    --radius: 14px;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 1rem;
    --space-4: 1.5rem;

    --font: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

