/*
Theme Name: Devout Craziness
Theme URI: https://devoutcraziness.us
Author: Trevor Markiw
Description: A minimalist Christian tech theme blending art, writing, and technology.
Version: 1.0
License: GPL-2.0+
Text Domain: devout-craziness
*/

:root {
  --accent: #222428;
  --muted: #6e6e6e;
  --bg: #f7f7f7;
  --content-bg: #ffffff;
  --max-width: 1100px;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  margin: 0;
  color: var(--accent);
  background: var(--bg);
  line-height: 1.5;
}

header.site-header {
  background: url('<?php echo get_header_image(); ?>') no-repeat center center/cover;
  color: #000;
  text-align: left;
  padding: 100px 20px 40px;
  position: relative;
}

.site-title {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  margin: 0;
  text-transform: uppercase;
}

.site-sub {
  font-size: 1.2rem;
  color: #000;
  opacity: 0.9;
  margin-top: 0.5rem;
}

nav.main-nav a {
  color: var(--accent);
  text-decoration: none;
  margin-right: 15px;
  font-weight: bold;
}

nav.main-nav a:hover {
  text-decoration: underline;
}

main {
  max-width: var(--max-width);
  margin: 20px auto;
  padding: 20px;
  background: var(--content-bg);
  border-radius: 8px;
}

footer.site-footer {
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
  padding: 20px;
}
