:root {
    --brand-950: #031633;
    --brand-900: #07224f;
    --brand-800: #103986;
    --brand-700: #1450b8;
    --brand-600: #175bcf;
    --brand-500: #2d74e6;
    --brand-400: #5a97ff;
    --surface-950: #030917;
    --surface-900: #0b1324;
    --surface-850: #131d34;
    --surface-800: #182340;
    --surface-700: #223056;
    --text-strong: #eaf1ff;
    --text-muted: #a8badc;
    --text-dim: #7f94b9;
    --success: #1bc58b;
    --danger: #ff5f74;
    --warning: #ffbf4d;
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 22px;
    --shadow-strong: 0 24px 45px rgba(0, 0, 0, 0.32);
    --shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.2);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    font-family: 'Manrope', 'Segoe UI', sans-serif;
    color: #153567;
    background: #eef4ff;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select {
    font: inherit;
}
