/* :root {
    --text: #e7eef9;
    --background: #040a10;
    --primary: #2f73c1;
    --secondary: #5d1d77;
    --accent: #982589;
} */

:root {
    --text: #f1f2f2;
    --background: #0e1316;
    --primary: #98bcce;
    --secondary: #296380;
    --accent: #4cacdb;
}