/* HeizWissen-Theme für den Förderrechner: überschreibt die Basis-Variablen aus styles.css */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/archivo-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

:root {
  --blue: #24408e;
  --blue-dark: #16224a;
  --blue-ink: #101c3f;
  --pink: #e5187d;
  --yellow: #e5187d;
  --ink: #1b2843;
  --shadow: 0 24px 70px rgba(13, 23, 52, 0.14);
}

body {
  font-family: 'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* Dunkler Marken-Header mit Wordmark statt Logo-Bild */
.site-header {
  background: rgba(13, 23, 52, 0.94);
  border-bottom: 1px solid #26396c;
}
.brand-word {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
}
.brand-word em {
  font-style: normal;
  color: var(--pink);
}
.site-header .header-meta {
  color: #b3c0dd;
}
.site-header .status-dot {
  background: var(--pink);
}
