


/* Display Block */
.display-large {
  font-size: 73px;
  font-weight: 800; /* Extra Bold */
  line-height: 1.2;
}
.display-medium {
  font-size: 64px;
  font-weight: 800; /* Extra Bold */
  line-height: 1.2;
}
.display-small {
  font-size: 56px;
  font-weight: 800; /* Extra Bold */
  line-height: 1.2;
}

/* Headline Block */
.headline-h1 {
  font-size: 48px;
  font-weight: 700; /* Bold */
  line-height: 1.2;
}
.headline-h2 {
  font-size: 42px;
  font-weight: 700; /* Bold */
  line-height: 1.2;
}
.headline-h3 {
  font-size: 33px;
  font-weight: 700; /* Bold */
  line-height: 1.2;
}

/* Title Block */
.title-h4 {
  font-size: 24px;
  font-weight: 600; /* Semi Bold */
  line-height: 1.3;
}
.title-h5 {
  font-size: 20px;
  font-weight: 600; /* Semi Bold */
  line-height: 1.3;
}
.title-h6 {
  font-size: 18px;
  font-weight: 600; /* Semi Bold */
  line-height: 1.3;
}
.title-h7 {
  font-size: 16px;
  font-weight: 600; /* Semi Bold */
  line-height: 1.3;
}

/* Body Large Block */
.body-large-accent {
  font-size: 16px;
  font-weight: 500; /* Medium */
  line-height: 1.5;
}
.body-large-accent-low {
  font-size: 16px;
  font-weight: 500; /* Medium */
  line-height: 1.5;
}
.body-large-regular {
  font-size: 16px;
  font-weight: 400; /* Regular */
  line-height: 1.5;
}
.body-large-regular-low {
  font-size: 16px;
  font-weight: 400; /* Regular */
  line-height: 1.5;
}

/* Body Small Block */
.body-small-accent {
  font-size: 14px;
  font-weight: 500; /* Medium */
  line-height: 1.4;
}
.body-small-accent-low {
  font-size: 14px;
  font-weight: 500; /* Medium */
  line-height: 1.4;
}
.body-small-regular {
  font-size: 14px;
  font-weight: 400; /* Regular */
  line-height: 1.4;
}
.body-small-regular-low {
  font-size: 14px;
  font-weight: 400; /* Regular */
  line-height: 1.4;
}

/* Caption Block */
.caption-accent {
  font-size: 12px;
  font-weight: 500; /* Medium */
  line-height: 1.3;
}
.caption-accent-low {
  font-size: 12px;
  font-weight: 500; /* Medium */
  line-height: 1.3;
}
.caption-regular {
  font-size: 12px;
  font-weight: 400; /* Regular */
  line-height: 1.3;
}
.caption-regular-low {
  font-size: 12px;
  font-weight: 400; /* Regular */
  line-height: 1.3;
}