:root { 
  --concrete: #f3f3f3;
  --dove-gray: #707070;
  --granite-gray: #686868;
  --jade: #12aa4a;
  --onyx: #383838;
  --orient: #00638a;
  --salmon-pearl: #ee474e;
  --white: #ffffff;
 
  --font-size-l: 17px;
  --font-size-m: 16px;
  --font-size-s: 14px;
  --font-size-xl: 20px;
  --font-size-xxl: 30px;
  --font-size-xxxl: 40px;
  --font-size-xxxxl: 60px;
 
  --font-family-arial-regular: "Arial-Regular", Helvetica;
  --font-family-segoeui-bold: "SegoeUI-Bold", Helvetica;
  --font-family-segoeui-light: "SegoeUI-Light", Helvetica;
  --font-family-segoeui-regular: "SegoeUI-Regular", Helvetica;
  --font-family-segoeui-semibold: "SegoeUI-Semibold", Helvetica;
}
.segoeui-semi-bold-white-17px {
  color: var(--white);
  font-family: var(--font-family-segoeui-semibold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 600;
}

.segoeui-semi-bold-dove-gray-20px {
  color: var(--dove-gray);
  font-family: var(--font-family-segoeui-semibold);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 600;
}

.arial-regular-normal-granite-gray-20px {
  color: var(--granite-gray);
  font-family: var(--font-family-arial-regular);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.segoeui-semi-bold-white-20px {
  color: var(--white);
  font-family: var(--font-family-segoeui-semibold);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 600;
}

.segoeui-regular-normal-dove-gray-16px {
  color: var(--dove-gray);
  font-family: var(--font-family-segoeui-regular);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

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

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

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

.segoeui-semi-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-segoeui-semibold);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 600;
}

.segoeui-light-dove-gray-20px {
  color: var(--dove-gray);
  font-family: var(--font-family-segoeui-light);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 300;
}

.segoeui-semi-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-segoeui-semibold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

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

.segoeui-bold-onyx-30px {
  color: var(--onyx);
  font-family: var(--font-family-segoeui-bold);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

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

.segoeui-semi-bold-white-60px {
  color: var(--white);
  font-family: var(--font-family-segoeui-semibold);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 600;
}

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

.segoeui-light-dove-gray-16px {
  color: var(--dove-gray);
  font-family: var(--font-family-segoeui-light);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.segoeui-semi-bold-white-100px {
  color: var(--white);
  font-family: var(--font-family-segoeui-semibold);
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
}

.segoeui-light-white-40px {
  color: var(--white);
  font-family: var(--font-family-segoeui-light);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 300;
}

.segoeui-bold-onyx-40px {
  color: var(--onyx);
  font-family: var(--font-family-segoeui-bold);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.segoeui-semi-bold-white-50px {
  color: var(--white);
  font-family: var(--font-family-segoeui-semibold);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
}

.segoeui-regular-normal-onyx-16px {
  color: var(--onyx);
  font-family: var(--font-family-segoeui-regular);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.border-1px-dove-gray {
  border: 1px solid var(--dove-gray);
}
