/*
Theme Name: Ritual Graze
Theme URI: https://ritualgraze.com
Author: Ritual Graze
Description: Custom theme for Ritual Graze — Artisan Charcuterie & Grazing Carts, Sonoma County.
Version: 1.0.0
*/
/* Disable WordPress block editor styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    background: #190007;
    color: #E4DED0;
    font-family: 'Raleway', sans-serif;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
/*
 * Brand tokens — imported by all page templates
 */
:root {
    --color-bg:           #190007;
    --color-bg-deep:      #0B0000;
    --color-bg-black:     #050000;
    --color-text:         #E4DED0;
    --color-text-soft:    #EDE8DE;
    --color-border:       rgba(228,222,208,0.15);
    --color-border-hover: rgba(228,222,208,0.35);
    --font-display:       'Cinzel', Georgia, serif;
    --font-body:          'Raleway', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    background: var(--color-bg);
    color: var(--color-text);
    font-family: var(--font-body);
}

img { max-width: 100%; display: block; }
a { color: inherit; }