:root {
  /* Colors */
  --light-c: #ffffff;
  --light-c--h: #ffffff;
  --dark-c: #000000;
  --dark-c--h: #000000;
  --text-c: var(--dark-c);
  --body-bg: var(--light-c);
  --primary-c: rgb(255, 168, 0);
  --primary-c--h: rgb(243, 146, 0);
  --accent-c: var(--brand-accent);
  /* Card Group */
  /* Card */
  --card-trsl--h: 0 -3px;
  /* Image */
  --image-bdrs: 4px;
  /* Buttons */
  --btn-fw: 700;
  --btn-tt: uppercase;
  --btn-bdrs: 0.25em;
  --btn-p: 0.875em 1.5em;
  /* Vertical Rhythm */
  --main-g: 0;
  /* Section */
  --section-rg: 20px;
  --section-pbl: 16px;
  --section-title-ta: start;
  --section-subtitle-ta: start;
  /* Effects */
  --trz: 0.2s ease;
}
@media (min-width: 768px) {
  :root {
    --section-rg: 28px;
    --section-pbl: 30px;
  }
}
@media (min-width: 1200px) {
  :root {
    --section-rg: 36px;
    --section-pbl: 40px;
  }
}/*# sourceMappingURL=config.dev.css.map */