:root {
  --color-primary: #090909;
  --color-menu-font: #606060;
  --sf-bg: #f9fafb;
  --sf-bg-card: #ffffff;
  --sf-text: #111827;
  --sf-text-muted: #6b7280;
  --sf-text-dim: #9ca3af;
  --sf-border: #e5e7eb;
  --sf-border-light: #f3f4f6;
}
.dark {
  --sf-bg: #0f1117;
  --sf-bg-card: #1a1d27;
  --sf-text: #e2e8f0;
  --sf-text-muted: #64748b;
  --sf-text-dim: #94a3b8;
  --sf-border: rgba(255,255,255,0.07);
  --sf-border-light: rgba(255,255,255,0.04);
}
body {
    background: #f9fafb;
    padding-top: 0;
}
header.main {
    border-bottom: solid 1px #090909;
}
.inverted-header {
    background-color: #FFFFFF;
    border-bottom-color: #CED4DA !important;
}
.menu-bars {
    color: #090909 !important;
}
.menu-bars-btn {
    color: #090909 !important;
}
.menu-body {
    background: var(--sf-bg);
}
.menu-font {
    color: #606060 !important;
}
.INDICA { color: #9C208D; }
.INDICA-background { background: #9C208D; color: #FFFFFF; }
.SATIVA { color: #E1692F; }
.SATIVA-background { background: #E1692F; color: #FFFFFF; }
.HYBRID { color: #1F976D; }
.HYBRID-background { background: #1F976D; color: #FFFFFF; }
.SPECIALS { color: #ff1313; }
.SPECIALS-background { background: #ff1313; color: #FFFFFF; }
.CBD { color: CBD; }
.CBD-background { background: CBD; color: #FFFFFF; }

.callout-cta-1 {
    color: #090909;
}
.primary-text {
    color: #090909;
}
.primary-input {
    background-color: #090909;
    color: #FFF;
}
.navbar {
    background: #090909;
}
.add-remove-qty {
    color: #090909;
    position: relative;
    top: -14px;
}
.btn-round {
    color: #090909;
}
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
    color: #fff;
    background-color: #090909 !important;
    border-color: #090909 !important;
    background-image: none !important;
}
.btn-primary-1, .btn-primary-1:hover, .btn-primary-1:active, .btn-primary-1:focus {
    color: #fff;
    background-color: #090909 !important;
    border-color: #090909 !important;
    background-image: none !important;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem;
}
body { background-color: #f5f5f5; font-family: Arial; color: #222222; }
.content { background-color: #ffffff; }
a { color: #1976d2; }
.btn { background-color: #1976d2; color: #ffffff; border-radius: 4px; }
.masthead-section{background-color:#f5f5f5;font-family:Arial;color:#222222;}.masthead-section .email-content,.masthead-section table.email-content{background-color:#ffffff;}.masthead-section,.masthead-section p,.masthead-section td,.masthead-section span,.masthead-section h1,.masthead-section h2,.masthead-section h3,.masthead-section h4{color:#222222;}.masthead-section a{color:#1976d2;}.masthead-section .button,.masthead-section a.button,.masthead-section button{background-color:#1976d2;color:#ffffff;border-radius:4px;}
.primary-circle {
    background: #090909 !important;
    color: #FFF !important;
}
.lds-ring-primary > div {
    border-color: #090909 transparent transparent transparent;
}