:root {
    --navy: #071321;
    --navy-deep: #040c16;
    --navy-light: #0b192a;

    --white: #f1f0eb;
    --white-soft: #c5c8cc;
    --muted: #667384;

    --red: #c43b3b;

    --line: rgba(241, 240, 235, 0.12);
    --line-strong: rgba(241, 240, 235, 0.25);

    --max-width: 1440px;

    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}