/* line 6, scss/base/typography.scss */
html {
  font-size: 16px; }

/* line 10, scss/base/typography.scss */
body {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4; }

/* line 17, scss/base/typography.scss */
h1,
h2,
h3,
h4,
h5,
h6,
span.h1,
span.h2,
span.h3,
span.h4,
span.h5,
span.h6 {
  font-weight: 700;
  line-height: var(--line-height-heading); }

/* line 33, scss/base/typography.scss */
h1,
span.h1 {
  font-size: var(--font-size-t1); }

/* line 38, scss/base/typography.scss */
h2,
span.h2 {
  font-size: var(--font-size-t2); }

/* line 43, scss/base/typography.scss */
h3,
span.h3,
h1.t3 {
  font-size: var(--font-size-t3); }

/* line 49, scss/base/typography.scss */
h4,
span.h4 {
  font-size: var(--font-size-t4); }

/* line 54, scss/base/typography.scss */
h5,
span.h5 {
  font-size: var(--font-size-t5); }

/* line 59, scss/base/typography.scss */
h6,
span.h6 {
  font-size: var(--font-size-t6); }

/* line 64, scss/base/typography.scss */
p {
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: 1.5; }

/* line 70, scss/base/typography.scss */
p.p-xl {
  font-size: var(--font-size-pXL); }

/* line 74, scss/base/typography.scss */
p.p-l {
  font-size: var(--font-size-pL); }

/* line 78, scss/base/typography.scss */
p.p-s {
  font-size: var(--font-size-pS);
  line-height: 1.4; }

/* line 83, scss/base/typography.scss */
p.p-xs {
  font-size: var(--font-size-pXS);
  line-height: 1.4; }

/* line 88, scss/base/typography.scss */
strong,
b,
p strong,
p b {
  font-weight: 700; }

/* line 97, scss/base/typography.scss */
.text-formatted ul {
  list-style: disc;
  padding-left: 1.5em; }

/* line 102, scss/base/typography.scss */
.text-formatted ol {
  list-style: decimal;
  padding-left: 1.5em; }

/* line 108, scss/base/typography.scss */
.text-formatted a:not([class*="btn"]) {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease; }
  /* line 113, scss/base/typography.scss */
  .text-formatted a:not([class*="btn"]):hover, .text-formatted a:not([class*="btn"]):focus {
    opacity: 0.5; }

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