/*
Theme Name: PA2JFX Child
Template: twentytwentyfive
Description: PA2JFX amateur radio site — custom child theme
Author: PA2JFX
Version: 1.0
*/

:root {
  --accent: #288592;
  --accent-light: #33a0ad;
  --accent-dark: #1d6b75;
  --bg: #0a0e14;
  --bg-card: #111820;
  --bg-card-hover: #16202d;
  --text: #e8edf5;
  --text-muted: #8892a6;
  --text-dim: #4a5568;
  --border: #1e2a3a;
  --border-light: #2a3a4e;
  --success: #22c55e;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', 'Fira Code', monospace;
  --radius: 12px;
  --radius-sm: 8px;
}

/* Reset WP styles */
body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
