/*
 * =====================================================
 * THEME: default
 * VegShop — Green Organic (original template colours)
 * =====================================================
 * To activate: set "Site": { "Theme": "default" } in appsettings.json
 *
 * Only colour and surface variables are declared here.
 * All layout/spacing/typography lives in style.css and is untouched.
 */

:root {
    /* --- Brand colours --- */
    --green:  #01693A;   /* Primary — buttons, links, borders, active states */
    --yellow: #f7931e;   /* Accent  — sale badges, hover highlights          */

    /* --- Surface colours --- */
    --gray:   #F3FAF2;   /* Light section background (slight green tint)     */
    --footer: #001728;   /* Footer background                                */

    /* --- Text colours --- */
    --title:  #222222;   /* Headings                                         */
    --body:   #555555;   /* Body copy                                        */

    /* --- Supporting UI colours --- */
    --rating: #FF8A00;   /* Star ratings                                     */
    --red:    #E84946;   /* Danger / sale alert                              */
    --red2:   #ff3333;   /* Alternate red                                    */
    --orange: #FE8A00;   /* Orange badge variant                             */
    --blue:   #2E80EC;   /* Blue badge variant                               */
}
