:root {
    --color-anthracite: black;
    --color-gold: #CE040F;
    --color-bronze: #CE040F;

    --color-white: #FFFFFF;
    --color-cream: #F8F8F6;
    --color-light: #F3F4F6;

    --color-title: #111827;
    --color-text: black;
    --color-muted: #6B7280;

    --font-title: "Cormorant Garamond", Georgia, serif;
    --font-text: "Manrope", Arial, sans-serif;

    --container: 1320px;
    --container-small: 980px;

    --radius: 0px;

    --transition: 350ms ease;
}