/*
 * Archetype: creative-artistic
 * Creatief Artistiek — Kunstenaars en creatieve bureaus met originele, experimentele uitstraling.
 * Auto-generated door build-theme-archetype-css.php
 */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface:wght@500;600;700;800&family=Raleway:wght@400;500;600&display=swap');

:root {
    --primary: #FF6B35;
    --primary-dark: color-mix(in srgb, #FF6B35 85%, black);
    --primary-light: color-mix(in srgb, #FF6B35 15%, white);
    --secondary: #004E89;
    --accent: #F7B801;
    --bg: #FFFBF7;
    --bg-alt: color-mix(in srgb, #FFFBF7 94%, #1A1A1A);
    --text: #1A1A1A;
    --text-dim: #8B7355;
    --dim: #374151;
    --muted: #8B7355;
    --radius: 16px;
    --radius-sm: calc(16px * 0.5);
    --radius-lg: calc(16px * 1.5);
    --shadow: 0 4px 12px rgba(0,0,0,.08);
    --font-heading: 'Abril Fatface', system-ui, sans-serif;
    --font-body: 'Raleway', 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); }

.btn-primary{background:transparent!important;color:#FF6B35!important;border:2px solid #FF6B35!important}.btn-primary:hover{background:#FF6B35!important;color:#fff!important}