:root {
    /* Fonts */
    --font-body: 'Montserrat', Arial, sans-serif; /* Default Font Family */
    --font-headings: 'Montserrat', Arial, sans-serif !important; /* Headings Font Family */
    --font-btns: 'Montserrat', Arial, sans-serif; /* Buttons Font Family */
    --text-color: #333333; /* Default Font Color */
    --text-link: #97070a; /* Text Link Color */
    --text-muted: #6c757d; /* Muted Text Color */
    --text-light: #f1f1f1; /* Light Text Color */
    --text-dark: #333; /* Dark Text Color */
    /* Brand Colors */
    --primary: #ed1c24; /* Primary Color */
    --secondary: #0068b4; /* Secondary Color */
    --tertiary: #103078; /* Tertiary Color */
    --black: #000; /* Black Color */
    --white: #fff; /* White Color */
    --dark-gray: #6c757d; /* Dark Gray Color */
    --gray: #d1d1d1; /* Gray Color */
    --light-gray: #f1f1f1; /* Light Gray Color */
    --success: #28a745; /* Success Color */
    --warning: #ffc107; /* Warning Color */
    --error: #dc3545; /* Error Color */
    /* Navigation Colors */
    --top-nav: #000000; /* Top Nav Background Color */
    --top-nav-text: #FFFFFF; /* Top Nav Text Color */
    --main-nav: #0068b4; /* Main Nav Background Color */
    --main-nav-text: #ffffff; /* Main Nav Text Color */
    --main-nav-hover: #cccccc; /* Main Nav Hover Background Color */
    --main-nav-dropdown: #0853a0; /* Dropdown Background Color */
    --main-nav-dropdown-text: #FFFFFF; /* Dropdown Text Color */
    --main-nav-dropdown-hover: #cccccc; /* Dropdown Hover Text Color */
    --cart-bubble-color: #ed1c24; /* Cart Qty Background Color */
    /* Footer Colors */
    --footer: #ed1c24; /* Footer Background Color */
    --footer-text: #FFFFFF; /* Footer Text Color */
    --footer-hover: #eeeeee; /* Footer Text Hover */
    --bottom-footer: #97070a; /* Bottom Footer Background */
    --bottom-footer-text: #f5f5f5; /* Bottom Footer Text */
    /* Button Colors */
    --primary-btn: #ed1c24; /* Primary Button Color */
    --primary-btn-text: #FFFFFF; /* Primary Button Text Color */
    --primary-btn-hover: #97070a; /* Primary Button Hover Color */
    --secondary-btn: var(--gray); /* Secondary Button Color */
    --secondary-btn-text: var(--text-dark); /* Secondary Button Text Color */
    --secondary-btn-hover: var(--dark-gray); /* Secondary Button Hover Color */
}
