:root {

    /* Fonts */
    --font-body: "Karla", Arial, Helvetica, sans-serif; /* Default Font Family */
    --font-headings: "Karla", Arial, Helvetica, sans-serif; /* Headings Font Family */
    --font-btns: "Karla", Arial, Helvetica, sans-serif; /* Buttons Font Family */
    --text-color: #000; /* Default Font Color */
    --text-link: #4d88ff; /* Text Link Color */
    --text-muted: #6c757d; /* Muted Text Color */
    --text-light: #f1f1f1; /* Light Text Color */
    --text-dark: #333; /* Dark Text Color */
    
    --primary: #1D72B3; /* Primary Color */
    --secondary: #58B14E; /* 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: #fff; /* Top Nav Background Color */
    --top-nav-text: #282828; /* Top Nav Text Color */
    --main-nav: #d7d7d7; /* Main Nav Background Color */
    --main-nav-text: #282828; /* Main Nav Text Color */
    --main-nav-hover: var(--text-link); /* Main Nav Hover Background Color */
    --main-nav-dropdown: #f2f2f2; /* Dropdown Background Color */
    --main-nav-dropdown-text: #282828; /* Dropdown Text Color */
    --main-nav-dropdown-hover: var(--text-link); /* Dropdown Hover Text Color */
    --cart-bubble-color: var(--primary); /* Cart Qty Background Color */
    /* Footer Colors */
    --footer: #f2f2f2; /* Footer Background Color */
    --footer-text: #505050; /* Footer Text Color */
    --footer-hover: var(--text-link); /* Footer Text Hover */
    --bottom-footer: #333; /* Bottom Footer Background */
    --bottom-footer-text: #fff; /* Bottom Footer Text */
    /* Button Colors */
    --primary-btn: var(--primary); /* Primary Button Color */
    --primary-btn-text: #fff; /* Primary Button Text Color */
    --primary-btn-hover: #468ec6; /* Primary Button Hover Color */
    --secondary-btn: #000; /* Secondary Button Color */
    --secondary-btn-text: #fff; /* Secondary Button Text Color */
    --secondary-btn-hover: #262626; /* Secondary Button Hover Color */
}
