/* Tokens extracted from cheapcigarette.net (WoodMart theme settings) */

@font-face {
  font-family: "hkgroteskpro";
  src: url("fonts/hkgroteskpro-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "hkgroteskpro";
  src: url("fonts/hkgroteskpro-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "hkgroteskpro";
  src: url("fonts/hkgroteskpro-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body.lc-cheap-cigarette {
  --lc-cc-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
  --lc-cc-bg: #fefefe;
  --lc-cc-bg-warm: #f5f3ef;
  --lc-cc-text: #242424;
  --lc-cc-muted: #767676;
  --lc-cc-border: #e8e8e8;
  --lc-cc-primary: rgb(46, 107, 198);
  --lc-cc-primary-hover: rgb(42, 97, 180);
  --lc-cc-accent: #ff0000;
  --lc-cc-container: 1222px;
  --lc-cc-btn-radius: 0;
  font-family: var(--lc-cc-font);
  font-size: 14px;
  color: var(--lc-cc-muted);
}
