:root {
    --milk: #f6f1ea;
    --white: #ffffff;
    --graphite: #2c2a28;
    --black: #111111;
    --burgundy: #7a2e2a;
    --gold: #b99a5b;
    --gold-dim: rgba(185, 154, 91, 0.45);
    --ink-soft: rgba(44, 42, 40, 0.68);
    --light-line: rgba(44, 42, 40, 0.12);
    --dark-line: rgba(246, 241, 234, 0.16);
    --milk-dim: rgba(246, 241, 234, 0.78);
    --font-serif: "Fraunces", "Times New Roman", serif;
    --font-sans: "Manrope", "Segoe UI", sans-serif;
    --wrap: 1180px;
    --header: 72px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
