:root{

    /* Colors */

    --color-bg:#111111;
    --color-bg-light:#1B1B1B;

    --color-white:#ffffff;

    --color-text:#d7d7d7;

    --color-muted:#8d8d8d;

    --color-border:#2b2b2b;

    --color-gold:#C5A46D;

    --color-gold-hover:#b08d4f;

    /* Fonts */

    --font-title:'Cormorant Garamond', serif;

    --font-text:'Inter', sans-serif;

    /* Sizes */

    --container:1280px;

    --radius:12px;

    --transition:.35s;

    --shadow:0 20px 60px rgba(0,0,0,.35);

}