:root { 
  --atlantis: #98b732;
  --atlantis-2: #a7cb3a;
  --black: #000000;
  --granite-gray: #696969;
  --gunsmoke: #838383;
  --pistachio: #98c218;
  --pistachio-2: #97c217;
  --ship-gray: #3f3f3f;
  --sushi: #84a125;
  --white: #ffffff;
 
  --font-size-l: 16px;
  --font-size-m: 14px;
  --font-size-xl: 17px;
  --font-size-xxl: 18px;
  --font-size-xxxl: 20px;
  --font-size-xxxxl: 30px;
  --font-size-xxxxxl: 35px;
 
  --font-family-lato: "Lato", Helvetica;
  --font-family-segoe_ui: "Segoe UI", Helvetica;
  --font-family-segoeui-regular: "SegoeUI-Regular", Helvetica;
  --font-family-segoeui-semibold: "SegoeUI-Semibold", Helvetica;
}
.segoeui-regular-normal-ship-gray-14px {
  color: var(--ship-gray);
  font-family: var(--font-family-segoeui-regular);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.segoeui-semi-bold-ship-gray-18px {
  color: var(--ship-gray);
  font-family: var(--font-family-segoeui-semibold);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 600;
}

.lato-normal-granite-gray-20px {
  color: var(--granite-gray);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xxxl);
}

.lato-normal-granite-gray-18px {
  color: var(--granite-gray);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.lato-bold-pistachio-20px {
  color: var(--pistachio);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.lato-bold-pistachio-20px-2 {
  color: var(--pistachio-2);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.lato-normal-gunsmoke-20px {
  color: var(--gunsmoke);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xxxl);
}

.lato-normal-gunsmoke-17px {
  color: var(--gunsmoke);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.segoeui-regular-normal-ship-gray-30px {
  color: var(--ship-gray);
  font-family: var(--font-family-segoeui-regular);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 400;
}

.segoeui-regular-normal-white-20px {
  color: var(--white);
  font-family: var(--font-family-segoeui-regular);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 400;
}

.segoeui-regular-normal-black-20px {
  color: var(--black);
  font-family: var(--font-family-segoeui-regular);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 400;
}

.segoeui-normal-ship-gray-30px {
  color: var(--ship-gray);
  font-family: var(--font-family-segoe_ui);
  font-size: var(--font-size-xxxxl);
}

:root {
}
