:root {
    --navy: #0b3a6e;
    --navy-deep: #07284c;
    --navy-ink: #061e39;
    --blue: #2e6fae;
    --teal: #046e5f;
    --mint: #8fd6c8;
    --gold: #c59b27;
    --gold-bright: #dfb341;
    --gold-dark: #9a7416;
    --paper: #f6f3ec;
    --paper-2: #fffdf8;
    --ink: #132033;
    --muted: #4c5b6e;
    --line: rgba(11, 58, 110, 0.12);
    --white: #ffffff;
    --shadow: 0 18px 50px rgba(6, 30, 57, 0.12);
    --radius: 18px;
    --header-h: 4.5rem;
    --font-display: "Newsreader", "Iowan Old Style", "Palatino Linotype", serif;
    --font-sans: "Figtree", "Segoe UI", sans-serif;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}