/* Theme variables injected by Theme.php — defaults below for fallback */
:root {
  --primary: #061428;
  --primary-light: #0a1d37;
  --secondary: #d9ad5b;
  --secondary-light: #f0cf83;
  --background: #f5f7fb;
  --surface: #ffffff;
  --text: #061428;
  --text-muted: #6b7280;
  --cream: #fffaf1;
  --line: #e8edf5;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(6, 20, 40, 0.12);
  --max-width: 1160px;
  --font-serif: Georgia, 'Times New Roman', serif;
  --font-sans: Arial, Helvetica, sans-serif;
  --transition: 0.25s ease;
}
