﻿:root {
    --body-color: #faf7f0;
    /* Primary Brand Colors */
    --primary-color: #7a182f; /*Maroon */
    --primary-dark: #7a182f;
    --primary-light: #9b3a51;
    /* Accent Colors */
    --secondary-color: #F4B400; /* Gold */
    --secondary-dark: #D99A00;
    --secondary-light: #FFD54F;
    /* Backgrounds */
    --bg-color: #F8FAFC;
    --bg-light: #FFFFFF;
    --bg-dark: #7a182f;
    /* Text */
    --text-color: #1F2937;
    --text-light: #6B7280;
    --text-white: #ffffff;
    --text-color2: #a4403e;
    --text-grey: grey;
    --text-maroon: #b97979;
    --text-paragraph: black;
    /* Borders */
    --border-color: #E5E7EB;
    /* Cards */
    --card-bg: #FFFFFF;
    --card-shadow: 0 10px 30px rgba(0,0,0,.08);
    /* Buttons */
    --btn-primary-bg: #7a182f;
    --btn-primary-text: #083B2C;
    --btn-secondary-bg: #F4B400;
    --btn-secondary-text: #FFFFFF;
    /* Header */
    --header-color: #E6D5B8;
    --header-bg: #7a182f;
    --header-text: #FFFFFF;
    /* Navigation */
    --nav-bg: #FFFFFF;
    --nav-text: #1F2937;
    --nav-hover: #F4B400;
    /* Footer */
    --footer-bg: #7a182f;
    --footer-text: #FFFFFF;
    /* Overlay */
    --overlay-dark: rgba(8,59,44,.85);
    --overlay-light: rgba(255,255,255,.85);
    /* Transitions */
    --transition: all .3s ease;
}
