:root {
    --primary-color: rgb(0 109 119);
    --primary-rgb: 0, 109, 119;

    --secondary-color: rgb(131 197 190);
    --secondary-rgb: 131, 197, 190;

    --accent-color: rgb(237 246 249);
    --accent-rgb: 237, 246, 249;

    --danger-color: rgba(255, 40, 2, 0.949);
}

