/* ==================================================================
    Brand Primitives
    ==================================================================*/

    /* color */

    :root {
    --white-50: #fffefe;

    --diorite-50: #f5f6f7;
    --diorite-100: #e7eaed;
    --diorite-200: #cdd2d8;
    --diorite-300: #aeb5bc;
    --diorite-400: #8b949e;
    --diorite-500: #6b737c;
    --diorite-600: #525960;
    --diorite-700: #3c4248;
    --diorite-800: #111315;
    
    --lapis-glaze-50: #f2fbfd;
    --lapis-glaze-100: #d8f1f6;
    --lapis-glaze-200: #aedfe7;
    --lapis-glaze-300: #78c4d3;
    --lapis-glaze-400: #4fa2b4;
    --lapis-glaze-500: #247381;
    --lapis-glaze-600: #1e6672;
    --lapis-glaze-700: #15535e;
    --lapis-glaze-800: #02454f;

    --clay-50: #faf8f6;
    --clay-100: #efeae6;
    --clay-200: #dfd6d0;
    --clay-300: #cfc0b7;
    --clay-400: #b6aca2;
    --clay-500: #8f8680;
    --clay-600: #72675f;
    --clay-700: #504741;
    --clay-800: #3a3533;

    --crimson-50: #fcecef;
    --crimson-100: #f6cdd6;
    --crimson-200: #efa1b2;
    --crimson-300: #e06a84;
    --crimson-400: #d04a6c;
    --crimson-500: #c63a60;
    --crimson-600: #a12e4c;
    --crimson-700: #8a1b3a;
    --crimson-800: #810025;

    --gold-50: #fff8e3;
    --gold-100: #ffedb8;
    --gold-200: #ffe08a;
    --gold-300: #f2c75a;
    --gold-400: #eab330;
    --gold-500: #e3a500;
    --gold-600: #c38f00;
    --gold-700: #9f7400;
    --gold-800: #966c00;

    --patina-50: #f0f5f0;
    --patina-100: #d9e6d9;
    --patina-200: #bbd8bb;
    --patina-300: #9cc99c;
    --patina-400: #7eb07e;
    --patina-500: #4e7b50;
    --patina-600: #436841;
    --patina-700: #355435;
    --patina-800: #2e4430;


    /* typography */
    --trajan-sans-pro: "trajan-sans-pro", sans-serif;
    --cormorant-garamond: "cormorant-garamond", serif;

    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;


    /* spacing */
    --space-0: 0rem;
    --space-10: .0625rem;
    --space-20: .125rem;
    --space-30: .1875rem;
    --space-40: .25rem;
    --space-50: .3125rem;
    --space-60: .375rem;
    --space-80: .5rem;
    --space-100: .625rem;
    --space-120: .75rem;
    --space-140: .875rem;
    --space-160: 1rem;
    --space-180: 1.125rem;
    --space-200: 1.25rem;
    --space-240: 1.5rem;
    --space-280: 1.75rem;
    --space-320: 2rem;
    --space-360: 2.25rem;
    --space-400: 2.5rem;
    --space-440: 2.75rem;
    --space-480: 3rem;
    --space-520: 3.25rem;
    --space-560: 3.5rem;
    --space-640: 4rem;
    --space-720: 4.5rem;
    --space-800: 5rem;
    --space-840: 5.25rem;
    --space-960: 6rem;
    --space-1000: 6.25rem;
    --space-1120: 7rem;
    --space-1240: 7.75rem;
    --space-1280: 8rem;
    --space-2560: 16rem;
    --space-5120: 32rem;
    --space-10240: 64rem;
    }

    /* End Brand Primitives
================================================================== */