/*
Theme Name: SV Temple
Theme URI: https://github.com/namahaclouds/svtemple
Author: SV Temple Team
Description: Custom theme for the Greater Cleveland Shiva Vishnu Temple. Saffron, gold, and maroon color scheme with traditional temple aesthetics.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: svtemple
*/

:root {
  /* Temple Color Palette */
  --saffron: #E8761B;
  --saffron-light: #F5A623;
  --gold: #C9A84C;
  --gold-light: #D4B96A;
  --temple-red: #C0392B;
  --maroon: #6B1D2A;
  --maroon-dark: #4A1320;
  --cream: #FFF8F0;
  --sandstone: #F5E6D3;
  --charcoal: #2D2D2D;
  --sacred-green: #2D6A4F;
  --peacock-blue: #1B4965;

  /* Semantic */
  --bg: var(--cream);
  --text: var(--charcoal);
  --primary: var(--saffron);
  --secondary: var(--maroon);
}
