@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/PlusJakartaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/PlusJakartaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/PlusJakartaSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

/* body {
  font-family: var(--font-family-body);
  font-size: var(--font-size-16);
  line-height: var(--line-height-140);
  font-weight: var(--font-weight-regular);
  color: var(--c-black-08);
} */

p {
  margin: 0 !important;
}

ul,
ol {
  list-style-position: outside;
  margin-left: 1.3rem;
}

.brake p {
  padding-bottom: 0.5rem !important;
}

ol > li {
  padding-bottom: 0.5rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  color: inherit;
}

/* Headings */
.t-head-1 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-56);
  line-height: var(--line-height-110);
  font-weight: var(--font-weight-medium);
}

.t-head-2 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-48);
  line-height: var(--line-height-120);
  font-weight: var(--font-weight-medium);
}

.t-head-3 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-42);
  line-height: var(--line-height-120);
  font-weight: var(--font-weight-medium);
}

.t-head-4 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-32);
  line-height: var(--line-height-110);
  font-weight: var(--font-weight-medium);
}

.t-head-5 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-20);
  line-height: var(--line-height-135);
  font-weight: var(--font-weight-medium);
}

/* Body */
.t-body-20-medium {
  font-family: var(--font-family-body);
  font-size: var(--font-size-20);
  line-height: var(--line-height-135);
  font-weight: var(--font-weight-medium);
}

.t-body-20-regular {
  font-family: var(--font-family-body);
  font-size: var(--font-size-20);
  line-height: var(--line-height-135);
  font-weight: var(--font-weight-regular);
}

.t-body-16-medium {
  font-family: var(--font-family-body);
  font-size: var(--font-size-16);
  line-height: var(--line-height-120);
  font-weight: var(--font-weight-medium);
}

.t-body-16-regular {
  font-family: var(--font-family-body);
  font-size: var(--font-size-16);
  line-height: var(--line-height-140);
  font-weight: var(--font-weight-regular);
}

.t-body-15-medium {
  font-family: var(--font-family-body);
  font-size: var(--font-size-15);
  line-height: var(--line-height-135);
  font-weight: var(--font-weight-medium);
}

.t-body-15-regular {
  font-family: var(--font-family-body);
  font-size: var(--font-size-15);
  line-height: var(--line-height-135);
  font-weight: var(--font-weight-regular);
}

.t-body-13-semibold {
  font-family: var(--font-family-body);
  font-size: var(--font-size-13);
  line-height: var(--line-height-112);
  font-weight: var(--font-weight-semibold);
}

.t-body-13-medium {
  font-family: var(--font-family-body);
  font-size: var(--font-size-13);
  line-height: var(--line-height-135);
  font-weight: var(--font-weight-medium);
}

.t-body-13-regular {
  font-family: var(--font-family-body);
  font-size: var(--font-size-13);
  line-height: var(--line-height-135);
  font-weight: var(--font-weight-regular);
}

.t-body-12-regular {
  font-family: var(--font-family-body);
  font-size: var(--font-size-12);
  line-height: var(--line-height-112);
  font-weight: var(--font-weight-regular);
}

.t-body-10-regular {
  font-family: var(--font-family-body);
  font-size: var(--font-size-10);
  line-height: var(--line-height-112);
  font-weight: var(--font-weight-regular);
}

/* CTA */
.t-cta-link-12-regular {
  font-family: var(--font-family-body);
  font-size: var(--font-size-12);
  line-height: var(--line-height-120);
  font-weight: var(--font-weight-regular);
  text-decoration: underline;
}

.t-cta-button-13-semibold {
  font-family: var(--font-family-body);
  font-size: var(--font-size-13);
  line-height: var(--line-height-110);
  font-weight: var(--font-weight-semibold);
}

/* Caption */
.t-caption-12 {
  font-family: var(--font-family-body);
  font-size: var(--font-size-12);
  line-height: var(--line-height-112);
  font-weight: var(--font-weight-regular);
}
