/* Explain: Theme design tokens for the Ember Wok visual system */
:root {
    --primary-color: #7A1515;
    --primary-hover: #5f1010;
    --secondary-color: #3A2117;
    --accent-color: #C8A24A;
    --background-color: #F6EAD2;
    --surface-color: #fff7e8;
    --text-color: #080808;
    --text-muted: #6d5a4a;
    --border-color: rgba(58, 33, 23, 0.18);
    --red-color: #7A1515;
    --charcoal-color: #080808;
    --charcoal-glass: rgba(8, 8, 8, 0.62);
    --cream-color: #F6EAD2;
    --cream-muted: rgba(246, 234, 210, 0.78);
    --gold-color: #C8A24A;
    --gold-dark: #8e6b22;
    --gold-soft: rgba(200, 162, 74, 0.34);
    --soy-color: #3A2117;
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Inter', sans-serif;
    --shadow-soft: 0 24px 70px rgba(58, 33, 23, 0.13);
    --shadow-deep: 0 34px 90px rgba(0, 0, 0, 0.34);
    --radius-large: 2rem;
}
