:root {
    /* Fonts */
    --font-body: "Nunito Sans", Arial, Helvetica, sans-serif; /* Default Font Family */
    --font-headings: "Nunito Sans", Arial, Helvetica, sans-serif; /* Headings Font Family */
    --font-btns: "Nunito Sans", Arial, Helvetica, sans-serif; /* Buttons Font Family */
    --text-color: #2D2D2D; /* Default Font Color */
    --text-link: #7A1600; /* Text Link Color */
    --text-muted: #6c757d; /* Muted Text Color */
    --text-light: #f1f1f1; /* Light Text Color */
    --text-dark: #333333; /* Dark Text Color */
    /* Brand Colors */
    --primary: #711704; /* Primary Color */
    --secondary: #007262; /* 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: #7A1600; /* Top Nav Background Color */
    --top-nav-text: #F1F1F1; /* Top Nav Text Color */
    --top-nav-text-hover: #FFFFFF; /* Top Nav Text Hover Color */
    --header: #ffffff; /* Header Background Color */
    --header-text: #2d3e22; /* Header Text Color */
    --header-text-hover: #000; /* Header Hover Text Color */
    --main-nav: #faf2e1; /* Main Nav Background Color */
    --main-nav-text: #333333; /* Main Nav Text Color */
    --main-nav-hover: #711704; /* Main Nav Text Hover Color */
    --main-nav-bg-hover: #d2c7ac; /* Main Nav Background Hover Color */
    --main-nav-dropdown: #FF8500; /* Dropdown Background Color */
    --main-nav-dropdown-text: #F1F1F1; /* Dropdown Text Color */
    --main-nav-dropdown-hover: #000000; /* Dropdown Hover Text Color */
    --acct-nav: #fbf6ec; /* Account Nav Background Color */
    --acct-nav-text: #2d3e22; /* Account Nav Text Color */
    --acct-nav-hover: #000; /* Account Nav Hover Text Color */
    --cart-bubble-color: #007262; /* Cart Qty Background Color */
    /* Footer Colors */
    --footer: #711704; /* Footer Background Color */
    --footer-text: #F1F1F1; /* Footer Text Color */
    --footer-hover: #F1F1F1; /* Footer Text Hover */
    --bottom-footer: #6A1300; /* Bottom Footer Background */
    --bottom-footer-text: #F1F1F1; /* Bottom Footer Text */
    /* Button Colors */
    --primary-btn: #FF8500; /* Primary Button Color */
    --primary-btn-text: var(--text-light); /* Primary Button Text Color */
    --primary-btn-hover: #aa5f0c; /* Primary Button Hover Color */
    --secondary-btn: #D1D1D1; /* Secondary Button Color */
    --secondary-btn-text: #333333; /* Secondary Button Text Color */
    --secondary-btn-hover: #B5B5B5; /* Secondary Button Hover Color */
}
