:root {
    --ink: #17211d;
    --ink-soft: #33413a;
    --forest: #183c32;
    --forest-deep: #102b24;
    --walnut: #4b3025;
    --brass: #b88a45;
    --brass-light: #d8b678;
    --ivory: #f7f3eb;
    --cream: #eee7dc;
    --paper: #fffdf9;
    --white: #ffffff;
    --line: rgba(23, 33, 29, 0.13);
    --muted: #6c756f;
    --shadow-sm: 0 10px 30px rgba(28, 34, 30, 0.07);
    --shadow-lg: 0 28px 70px rgba(20, 29, 25, 0.14);
    --radius-sm: 6px;
    --radius-md: 14px;
    --radius-lg: 26px;
    --container: 1180px;
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Poppins", Arial, sans-serif;
    --transition: 220ms ease;
}
