/*
 * Archetype: tech-modern
 * Tech Modern — Innovatieve tech-bedrijven met futuristische, minimale uitstraling.
 * Auto-generated door build-theme-archetype-css.php
 */
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@500;600;700;800&family=Roboto+Mono:wght@400;500;600&display=swap');

:root {
    --primary: #1E90FF;
    --primary-dark: color-mix(in srgb, #1E90FF 85%, black);
    --primary-light: color-mix(in srgb, #1E90FF 15%, white);
    --secondary: #00CED1;
    --accent: #FF1493;
    --bg: #0F1419;
    --bg-alt: color-mix(in srgb, #0F1419 94%, #FFFFFF);
    --text: #FFFFFF;
    --text-dim: #B0B0B0;
    --dim: #374151;
    --muted: #B0B0B0;
    --radius: 4px;
    --radius-sm: calc(4px * 0.5);
    --radius-lg: calc(4px * 1.5);
    --shadow: none;
    --font-heading: 'Space Mono', system-ui, sans-serif;
    --font-body: 'Roboto Mono', 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:#1E90FF!important;border:2px solid #1E90FF!important}.btn-primary:hover{background:#1E90FF!important;color:#fff!important}