/*
Theme Name: Nu Delta Alpha Gamma Delta Theme
Theme URI: https://alphagamromadelta.org
Description: A custom optimized theme for the Nu Delta chapter of Alpha Gamma Delta at Georgia College & State University (GCSU).
Version: 1.0.0
Author: Alpha Gamma Delta Web Committee
Author URI: https://alphagamromadelta.org
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, featured-images, collegiate, greek-life, red-buff-green
Text Domain: agd-nu-delta
*/

/* 
  WordPress Child Theme Custom Variables 
  Generated for GCSU Nu Delta Chapter Theme
  Author: Alpha Gamma Delta Theme customizer
*/

:root {
  --wp--preset--color--primary: #9e001f;
  --wp--preset--color--primary-container: #c8102e;
  --wp--preset--color--secondary: #6c5e00;
  --wp--preset--color--secondary-container: #f9e372;
  --wp--preset--color--tertiary: #285803;
  --wp--preset--color--tertiary-container: #3f711e;
  --wp--preset--color--background: #fff8f5;
  --wp--preset--color--surface-low: #fbf2ed;
  --wp--preset--font-family--heading: Montserrat, sans-serif;
  --wp--preset--font-family--body: "Open Sans", sans-serif;
  --wp--preset--header--logo-height: 96px;
}

/* Custom GCSU Header Styles Override */
.site-tagline {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary-container);
}

