:root {
  --padding-small: 16px;
  --padding-large: 32px;
  --padding-xlarge: 64px;
  --container-wrapper-padding-sides: 1.5em;
  --tj-cta: #4aa435;
  --tj-cta-hover: #3d8a2c;
  --tj-link: #be9e75;
  --tj-link-hover: #a98b66;
  --tj-bg: #ffffff;
  --tj-card-bg: #fdfbf8;
  --tj-card-bg-2: #f7f4ef;
  --tj-divider: #e9e4dc;
  --tj-text: #0c0c0c;
  --tj-text-muted: rgba(12, 12, 12, 0.65);
  --tj-text-faint: rgba(12, 12, 12, 0.4);
  --tj-text-on-dark: #e9e4dc;
  --tj-text-on-dark-hover: #ffffff;
  --tj-border: #d8d4d0;
  --border-active: var(--tj-cta-hover);
  --tj-error: #a94442;
  --tj-font-sans: Mona Sans, Open Sans, Arial, Helvetica, sans-serif;
  --tj-font-serif: PPPangaia, Times New Roman, serif;
}

:root {
  --tj-text-tiny: 12px;
  --tj-text-small: 14px;
  --tj-text-base: 16px;
  --tj-text-l: 18px;
  --tj-text-xl: 22px;
  --tj-text-2xl: 24px;
  --tj-text-3xl: 28px;
  --tj-text-4xl: 40px;
  --tj-leading-tight: 1.15;
  --tj-leading-snug: 1.3;
  --tj-leading-normal: 1.5;
}
/*# sourceMappingURL=core.css.map */
