*:not(svg) {
  box-sizing: border-box;
}

html {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

a {
  color: #73c06b;
  text-decoration: none;
}

h1 {
  font-family: "LiveRamp Sans", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.22;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

:global(.h2Branding) {
  font-family: "LiveRamp Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

:global(.h3Branding) {
  font-family: "LiveRamp Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}

:global(.h4Branding) {
  font-family: "LiveRamp Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
}

h1,
h2,
h3 {
  margin: 4px 0 8px 0;
}

h4,
h5,
h6 {
  margin: 6px 0 10px 0;
}

:global(.subtitle1) {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

:global(.subtitle2) {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.43;
}

:global(.subtitle3) {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.33;
}

:global(.body2) {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  margin: 0;
}

:global(.body3) {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.33;
  margin: 0;
}

:global(.caption) {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 1.4;
}
