/* CSS VARIABLES */
:root {
    --primary: #0ea5e9;
    --secondary: #22c55e;

    --bg-dark: #020617;
    --bg-card: #0f172a;

    --input-bg: #052e2b;
    --input-border: #0f766e;
    --input-text: #d1fae5;
}