/* =========================================================
   Culina Custom – Global Brand Tokens
   ─────────────────────────────────────────────────────────
   ONE place to change colors and font for the entire plugin.
   All other plugin stylesheets consume these via var(--cucu-*).
   ========================================================= */

:root {
    /* Primary brand color & variants */
    --cucu-primary:        #ee4f09;
    --cucu-primary-dark:   #c43d05;   /* hover / darker shade */
    --cucu-primary-darker: #a03204;   /* pressed / deeper CTAs */

    /* Secondary brand color */
    --cucu-secondary:      #3F4B1B;

    /* Tints / text on tinted backgrounds */
    --cucu-primary-tint:   #fde9e0;
    --cucu-primary-text:   #5c2008;

    /* Shared font stack */
    --cucu-font: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
}
