:root {
    --navy: #508D8B;
    --navy-deep: #1f7d7a;
    --pink: #022a99;
    --white: #FFFFFF;
    --off-white: #E9E8F6;
    --text-dark: #15122B;
    --text-gray: #403d57;
    --font: "Inter", sans-serif;
    --container: 1280px;
}