:root {
    --black: #0c0d0d;
    --black-soft: #121313;
    --graphite: #202220;
    --graphite-soft: #2b2d2b;

    --plum-dark: #361722;
    --plum: #4b2031;
    --wine: #71334b;
    --wine-hover: #86415c;

    --rose: #a88d95;
    --rose-light: #c8b7bc;
    --pearl: #cbcbc7;
    --stone: #d9d8d3;
    --stone-light: #e4e3de;

    --text-dark: #171817;
    --text-body: #4f514f;
    --text-muted: #6d706d;
    --text-light: #f3f2ef;
    --text-light-muted: #bdbeba;

    --border: rgba(23, 24, 23, 0.16);
    --border-dark: rgba(255, 255, 255, 0.14);

    --font-heading: "DM Sans", Arial, sans-serif;
    --font-body: "Manrope", Arial, sans-serif;
    --font-accent: "Cormorant Garamond", Georgia, serif;

    --container: 1280px;
    --header-height: 78px;
    --radius: 6px;

    --shadow: 0 20px 55px rgba(12, 13, 13, 0.16);
}