:root {
    /* Fonts */
    --font-body: Arial, Helvetica, sans-serif; /* Deafult Font Family */
    --font-headings: 'Audiowide', Arial, Helvetica, sans-serif; /* Headings Font Family */
    --font-btns: Arial, Helvetica, sans-serif; /* Buttons Font Family */
    --text-color: #333333; /* Default Font Color */
    --text-link: #155435; /* Text Link Color */
    --text-muted: #6c757d; /* Muted Text Color */
    --text-light: #f1f1f1; /* Light Text Color */
    --text-dark: #000000; /* Dark Text Color */
    /* Brand Colors */
    --primary: #53836C; /* Primary Color */
    --secondary: #173627; /* 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: #2d3e22; /* Top Nav Background Color */
    --top-nav-text: #f0ead8; /* Top Nav Text Color */
    --main-nav: #d2c7ac; /* Main Nav Background Color */
    --main-nav-text: #2d3e22; /* Main Nav Text Color */
    --main-nav-hover: #000000; /* Main Nav Hover Background Color */
    --main-nav-dropdown: #f4f0e6; /* Dropdown Background Color */
    --main-nav-dropdown-text: #2d3e22; /* Dropdown Text Color */
    --main-nav-dropdown-hover: #000000; /* Dropdown Hover Text Color */
    --cart-bubble-color: #8ab474; /* Cart Qty Background Color */
    /* footer colors */
    --footer: #53836C; /* Footer Background Color */
    --footer-text: #f1f1f1; /* Footer Text Color */
    --footer-hover: #ffffff; /* Footer Text Hover */
    --bottom-footer: #173627; /* Bottom Footer Background */
    --bottom-footer-text: var(--text-light); /* Bottom Footer Text */
    /* button colors */
    --primary-btn: #53836C; /* Primary Button Color */
    --primary-btn-text: var(--text-light); /* Primary Button Text Color */
    --primary-btn-hover: #719661; /* Primary Button Hover Color */
    --secondary-btn: #173627; /* Secondary Button Color */
    --secondary-btn-text: #F1F1F1; /* Secondary Button Text Color */
    --secondary-btn-hover: #9da589; /* Secondary Button Hover Color */
}
