/*
Theme Name: Gefahrgut Under Construction
Theme URI: https://gefahrgut.org
Author: gefahrgut.org
Description: Temporary under construction theme. Blog posts remain accessible. All tools are locked.
Version: 1.0
Text Domain: ggo-uc
*/

:root {
  --navy:   #0f2744;
  --orange: #f97316;
  --white:  #ffffff;
  --gray:   #94a3b8;
  --bg:     #0a1e38;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--white);
  min-height: 100vh;
}
