:root {
    /* Fonts */
    --font-body: "Montserrat", sans-serif; /* Deafult Font Family */
    --font-headings: "Montserrat", sans-serif; /* Headings Font Family */
    --font-btns: "Montserrat", sans-serif; /* Buttons Font Family */
    --text-color: #000000; /* Default Font Color */
    --text-link: #236192; /* Text Link Color */
    --text-muted: #6c757d; /* Muted Text Color */
    --text-light: #f1f1f1; /* Light Text Color */
    --text-dark: #333; /* Dark Text Color */
    /* Brand Colors */
    --primary: #1c3331; /* Primary Color */
    --secondary: #FFFFFF; /* Secondary 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: #D32F2F; /* Top Nav Background Color */
    --top-nav-text: #ffffff; /* Top Nav Text Color */
    --main-nav: #FFFFFF; /* Main Nav Background Color */
    --main-nav-text: #000000; /* Main Nav Text Color */
    --main-nav-hover: #D32F2F; /* Main Nav Hover Background Color */
    --main-nav-dropdown: #FFFF00; /* Dropdown Background Color */
    --main-nav-dropdown-text: #00FF00; /* Dropdown Text Color */
    --main-nav-dropdown-hover: #FFFFFF; /* Dropdown Hover Text Color */
    --cart-bubble-color: #FFFFFF; /* Cart Qty Background Color */
    /* Footer Colors */
    --footer: #707372; /* Footer Background Color */
    --footer-text: #FFFFFF; /* Footer Text Color */
    --footer-hover: var(--text-light); /* Footer Text Hover */
    --bottom-footer: #236192; /* Bottom Footer Background */
    --bottom-footer-text: #ffffff; /* Bottom Footer Text */
    /* Button Colors */
    --primary-btn: #D32F2F; /* Primary Button Color */
    --primary-btn-text: #FFFFFF; /* Primary Button Text Color */
    --primary-btn-hover: #A92424; /* Primary Button Hover Color */
    --secondary-btn: #808080; /* Secondary Button Color */
    --secondary-btn-text: #FFFFFF; /* Secondary Button Text Color */
    --secondary-btn-hover: #535353; /* Secondary Button Hover Color */
}
