*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --primary: #06b6d4;
    --primary-soft: #e0faff;
    --primary-alt: #38bdf8;
    --primary-dark: #0e7490;
    --accent: #0f172a;
    --bg-light: #f8fafc;
    --bg-soft: #ecfeff;
    --text-dark: #0f172a;
    --text-muted: #6b7280;
    --radius-lg: 18px;
    --shadow-soft: 0 20px 45px rgba(15, 23, 42, 0.12);
}