/*
 * Archetype: hospitality-warm
 * Horeca Warm — Gastvrije restaurants en hotels met warme, uitnodigende uitstraling.
 * Auto-generated door build-theme-archetype-css.php
 */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@500;600;700;800&family=Lora:wght@400;500;600&display=swap');

:root {
    --primary: #8B4513;
    --primary-dark: color-mix(in srgb, #8B4513 85%, black);
    --primary-light: color-mix(in srgb, #8B4513 15%, white);
    --secondary: #D2691E;
    --accent: #FFD700;
    --bg: #FEF8F0;
    --bg-alt: color-mix(in srgb, #FEF8F0 94%, #2D2D2D);
    --text: #2D2D2D;
    --text-dim: #A0826D;
    --dim: #374151;
    --muted: #A0826D;
    --radius: 12px;
    --radius-sm: calc(12px * 0.5);
    --radius-lg: calc(12px * 1.5);
    --shadow: 0 4px 12px rgba(0,0,0,.08);
    --font-heading: 'Merriweather', system-ui, sans-serif;
    --font-body: 'Lora', system-ui, sans-serif;
}

body { background: var(--bg); color: var(--text); font-family: var(--font-body); }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); color: var(--text); }
a { color: var(--primary); }

/* Buttons — .btn-primary keeps white text (nuclear rule) */
.btn-primary { color: #fff !important; background: var(--primary); border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { background: var(--bg-alt); color: var(--text); border-radius: var(--radius-sm); }

/* Cards + containers */
.card, .itw-card, section.widget { border-radius: var(--radius); box-shadow: var(--shadow); }

/* Hero accent */
.hero-title, .itw-hero__title { color: var(--text); }
.hero-accent, .itw-hero__accent { color: var(--accent); }

