@charset "UTF-8";
/* 🛑 STOP!
  Do not change this file directly.
  Modify colors in ./source/_data/colors.js
 */
/* 🛑 STOP!
  Do not change this file directly.
  Modify colors in ./source/_data/colorsChristmas.js
 */
:root {
  --r-background-color: #fffbff;
  --r-main-font: sans-serif;
  --r-main-font-size: 2rem;
  --r-main-color: #201a1a;
  --r-block-margin: 1.5rem;
  --r-heading-margin: 0 0 var(--r-block-margin) 0;
  --r-heading-font: serif;
  --r-heading-color: #006685;
  --r-heading-line-height: 1.2;
  --r-heading-letter-spacing: normal;
  --r-heading-text-transform: inherit;
  --r-heading-text-shadow: none;
  --r-heading-font-weight: 500;
  --r-heading1-text-shadow: var(--r-heading-text-shadow);
  --r-heading5-size: 2.4rem;
  --r-heading4-size: 2.88rem;
  --r-heading3-size: 3.456rem;
  --r-heading2-size: 4.1472rem;
  --r-heading1-size: 4.97664rem;
  --r-code-font: monospace;
  --r-link-color: #006a60;
  --r-link-hover: #7f5700;
  --r-selection-background-color: #181212;
  --r-selection-color: #857B7B;
}

:root {
  --presentation-title-border: #7f5700;
  --presentation-blockquote-border: #7f5700;
  --presentation-blockquote-bg: #E7D7B3;
  --presentation-code-bg: #E7D7B3;
  --presentation-code-color: #7f5700;
}

.reveal a {
  text-decoration: underline;
}

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