:root {
    --navy: #1B164F;
    --navy-deep: #0E1030;
    --pink: #FF2A7C;
    --white: #FFFFFF;
    --off-white: #E9E8F6;
    --text-dark: #15122B;
    --text-gray: #403d57;
    --font: "Inter", sans-serif;
    --container: 1280px;
}