/* =============================================================================
   TYPOGRAPHY — design-system type scale classes
   Applied: site-wide wherever the design system classes are used
   Classes: .display-01 | .heading-01/.02/.03 | .paragraph-01 | .button-01/.02
            .subtitle-01/.02 | .color-01
   ============================================================================= */

.display-01 {
  color: var(--tertiary-500, #37506e);
  font-family: "Source Sans 3";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.heading-01 {
  color: var(--tertiary-500, #37506e);
  font-family: "Source Sans 3";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.heading-02 {
  color: var(--tertiary-500, #37506e);
  font-family: "Source Sans 3";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.heading-03 {
  color: var(--tertiary-500, #37506e);
  font-family: "Source Sans 3";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.paragraph-01 {
  color: var(--tertiary-400, #5f738b);
  font-family: "Source Sans 3";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.paragraph-01-medium {
  color: var(--tertiary-400, #5f738b);
  font-family: "Source Sans 3";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.button-01 {
  color: var(--tertiary-500, #37506e);
  font-family: "Source Sans 3";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.button-02 {
  color: var(--tertiary-500, #37506e);
  font-family: "Source Sans 3";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.subtitle-01 {
  color: var(--tertiary-500, #37506e);
  font-family: "Source Sans 3";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.subtitle-02 {
  color: var(--tertiary-500, #37506e);
  font-family: "Source Sans 3";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.color-01 {
  color: var(--Primary-500, #ff3366);
}

.tw-cursor-pointer {
  font-family: "Source Sans 3" !important;
}
.tw-cursor-pointer.active {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #37506e;
}
