
:root {
    --primary: #00ffe1;
    --primary-dark: #00ebcd;
    --secondary: #b4fef5;
    --dark: #2d3436;
    --light: #f4f6ff;
    --bg-color: #ffffff;
    --text-color: #000000;
    --text-color2: #ffffff;
    --text-color-button: #ffffff;
    --success: #00b894;
    --warning: #fdcb6e;
    --btn-color: #000000;
}
