:root {
  --opensans: 'Open Sans', sans-serif;
  --liverampsans: 'LiveRamp Sans', sans-serif;
  --IBMPlexMono: 'IBM Plex Mono', monospace;
  --green: #73c06b;
  --greenLight: #b9e0b5;
  --greenDark: #60b258;
  --grey: #9e9e9e;
  --greyLight: #eeeeee;
  --greyDark: #979797;
  --blue: #00a9e0;
  --blueLight: #80d4f0;
  --blueDark: #0098d8;
  --danger: #e23140;
  --dangerLight: #f198a0;
  --dangerDark: #da2532;
  --warning: #ffbd00;
  --warningLight: #ffde80;
  --warningDark: #ffae00;
  --black: #222222;

  --primaryText: #222222;
  --secondaryText: #9e9e9e;
  --disabledText: rgba(0, 0, 0, 0.38);
  --link: #1155cc;
  --hoverLink: #1a0dab;
  --visitedLink: #660099;
}

* {
  box-sizing: border-box;
}

html {
  background-color: white;
}

h1 {
  font-family: var(--liverampsans);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}

.jumbo {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  font-family: var(--opensans);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.h2Branding {
  font-family: var(--liverampsans);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

h3 {
  font-family: var(--opensans);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.h3Branding {
  font-family: var(--liverampsans);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  font-family: var(--opensans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.h4Branding {
  font-family: var(--liverampsans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  font-family: var(--opensans);
  font-size: 16px;
  font-weight: 400;
}

h6 {
  font-family: var(--opensans);
  font-size: 14px;
  font-weight: 400;
}

.subtitle1 {
  font-family: var(--opensans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.subtitle2 {
  font-family: var(--opensans);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.subtitle3 {
  font-family: var(--opensans);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

html,
body {
  font-family: var(--opensans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.body2 {
  font-family: var(--opensans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.body3 {
  font-family: var(--opensans);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.body4 {
  font-family: var(--opensans);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.caption {
  font-family: var(--opensans);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.code1 {
  font-family: var(--IBMPlexMono);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.code2 {
  font-family: var(--IBMPlexMono);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
