:root {
    /* Brand Colors */
    --brand-tilite-purple: #9a4bb8;
    --brand-white-almost: #fffafa;
    --brand-green: #a9c661;

    /* Typography - Signature (Google Font) */
    --brand-font-signature: 'Parisienne', cursive;

    /* Typography - Self-Hosted Serifs */
    --brand-font-main-heading-01: 'Merchant', serif;
    --brand-font-main-heading-02: 'London', serif;

    /* Typography - Standard Brand */
    --brand-font-podcast-heading: 'Fedaro', serif;
    --brand-font-social-heading: 'Poppins', sans-serif;
    --brand-font-body: 'Work Sans', sans-serif;
    --brand-font-cats: 'Marykate', cursive;

    /* Layout Scale */
    --main-column: minmax(0, 65ch);
    --gutter: 1.5rem;
}