


/**/
/* Variables */
/**/

:root {
    --ff-title: "Playfair Display", serif;
    --ff-h2title: "Playfair Display", serif;
    --ff-serif: "Inter", sans-serif;
    --ff-signature: "Allura", cursive;
    --clr-background: #FAF7F3;
    --clr-card: #FDFCFA;
    --clr-primary: #BA8338; /*#A27B3D;*/
    --clr-highlight: #E8A338;
    --clr-accent: #1E271E;
    --clr-text-muted: #3F3F3F;
    --clr-footer: #161616;
    --clr-footer-border: #2B2B2A;
    --clr-dark: #0F100C;

    --min-padding: 1.25em;
    --img-rounding: .75em;

    --desktop-max-width: 80rem;

    --menu-z-index: 1000;
    --photo-selector-z-index: 900;
}
