@import url("https://use.typekit.net/pfc5zfw.css");
@font-face {
  font-family: "Cactus";
  src: url("../../fonts/products/cactus-bold.ttf") format("TrueType");
}
@font-face {
  font-family: "Calisto";
  src: url("../../fonts/products/calisto.TTF") format("TrueType");
}
@font-face {
  font-family: "EngraversGothic";
  src: url("../../fonts/products/engravers-gothic-bold.otf") format("opentype");
}
@font-face {
  font-family: "Headline One";
  src: url("../../fonts/products/headline-one.TTF") format("TrueType");
}
@font-face {
  font-family: "LHF Californian";
  src: url("../../fonts/products/lhf-californian-bold.TTF") format("TrueType");
}
@font-face {
  font-family: "Whistler";
  src: url("../../fonts/products/lhf-whistler-regular.otf") format("opentype");
}
@font-face {
  font-family: "MiserablyLose";
  src: url("../../fonts/products/miserably-lose.ttf") format("TrueType");
}
@font-face {
  font-family: "Old Style";
  src: url("../../fonts/products/old-style-1.TTF") format("TrueType");
}
@font-face {
  font-family: "Times Ten";
  src: url("../../fonts/products/times-ten-bold.ttf") format("TrueType");
}
body {
  background-color: #000000;
  color: #FFFFFF;
}

.display-2 {
  font-family: "rosewood-std-fill";
}

.display-4 {
  font-family: "rosewood-std-fill";
}

.cta .cta-inner .cta-body h2,
.cta .cta-inner .cta-body .h2 {
  font-family: "rosewood-std-fill" !important;
}

.btn-product {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #96694C;
  --bs-btn-border-color: #96694C;
  --bs-btn-hover-color: #96694C;
  --bs-btn-hover-bg: #FFFFFF;
  --bs-btn-hover-border-color: #FFFFFF;
}

.btn-outline-product {
  --bs-btn-color: #96694C;
  --bs-btn-border-color: #96694C;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #96694C;
  --bs-btn-hover-border-color: #96694C;
}

.btn-play:after {
  border-color: transparent transparent transparent #FFFFFF;
}
.btn-play.btn-primary:before {
  background-color: #96694C;
}
.btn-play.btn-primary:after {
  border-color: transparent transparent transparent #FFFFFF;
}
.btn-play.btn-primary:hover:before {
  background-color: #96694C;
}
.btn-play.btn-primary:focus:before {
  background-color: #96694C;
  box-shadow: 0 0 0 0.188rem #96694C;
}

.link-text {
  color: #96694C;
}
.link-text:after {
  background: #96694C;
}

.card-product .card-title {
  font-family: "Cactus";
}
.card-product .card-pretitle {
  font-family: "Cactus";
}

.card-cigar {
  color: #FFFFFF;
  border: 2px solid #96694C;
}
.card-cigar .card-body {
  color: #FFFFFF;
}
.card-cigar .info-bubble {
  color: #96694C;
}

.cigar-body .cigar-body-label {
  font-family: "Cactus";
  color: #96694C;
}
.cigar-body .cigar-body-bar span {
  background-color: #96694C;
}

svg text.cigar-label {
  fill: #FFFFFF;
  font-family: "Cactus";
}
svg text.cigar-value {
  fill: #96694C;
}
svg .cigar-filler-shape {
  fill: #96694C;
}
svg .cigar-line {
  stroke: #96694C;
}
svg .cigar-dot {
  fill: #FFFFFF;
  stroke: #96694C;
}

/*# sourceMappingURL=blackened.css.map */
