:root {
    --background: #014F86;
    --primary: #FFFFFF;
    --secondary: #A8E8F9;
    --body: #E0F7FA;
    --accent: #2EC4B6;
}
body {
    overscroll-behavior: none;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}