/*
Theme Name: Santa Cruz Shrine Club (Child Theme)
Template: twentytwentyfour
Author: Santa Cruz Shrine Club
Description: Official child theme aligned with Shriners International branding.
Version: 1.0
*/

@import url("../twentytwentyfour/style.css");

:root {
  --shriner-red: #B11226;
  --shriner-gold: #D4A437;
  --navy: #102A43;
  --blue: #1E88A8;
  --sand: #F4EDE4;
  --white: #FAFAFA;
  --charcoal: #2B2B2B;
}

body {
  font-family: 'Source Serif 4', Georgia, serif;
  color: var(--charcoal);
  background: var(--white);
}

h1, h2, h3, h4 {
  font-family: 'Cinzel', serif;
  color: var(--shriner-red);
  letter-spacing: 0.04em;
}
