:root {
    --color-gold: #d2ab67;
    --color-black: #000;
    --color-white: #fff;
    --color-text: #000;
    --color-bg: #fff;
    --font-display: "IvyBodoni", "Playfair Display", Georgia, serif;
    --font-body: "Avenir", "Montserrat", "Segoe UI", sans-serif;
    --font-list: "Clother", "Avenir", "Montserrat", sans-serif;
    --lh-body: 1.5;
    --container: 1820px;
    --gutter: 50px;
    --header-h: 100px;
    --header-h-mobile: 64px;
    /* Figma mobile header = 64px */
}

/* NOTE: Fonts come from the Typekit stylesheet (linked in header.php:
   <link rel="stylesheet" href="https://use.typekit.net/fli8wfo.css">).
   The previous @font-face blocks here were wrong — their src pointed at a
   CSS file as woff2, so they never loaded and could conflict with the
   real Typekit families. Removed. */