:root { 
  --dove-gray: #707070;
  --shakespeare: #4fa0ca;
  --tiara: #caced1;
  --white: #ffffff;
 
  --font-size-l: 14px;
  --font-size-m: 10px;
  --font-size-s: 9px;
  --font-size-xl: 15px;
  --font-size-xxl: 18px;
  --font-size-xxxl: 20px;
  --font-size-xxxxl: 25px;
 
  --font-family-century_gothic: "Century Gothic", Helvetica;
  --font-family-centurygothic-bold: "CenturyGothic-Bold", Helvetica;
  --font-family-centurygothic-regular: "CenturyGothic-Regular", Helvetica;
}
.centurygothic-regular-normal-shakespeare-9px {
  color: var(--shakespeare);
  font-family: var(--font-family-centurygothic-regular);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.centurygothic-bold-tiara-10px {
  color: var(--tiara);
  font-family: var(--font-family-centurygothic-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

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

.centurygothic-bold-shakespeare-15px {
  color: var(--shakespeare);
  font-family: var(--font-family-centurygothic-bold);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.centurygothic-bold-shakespeare-6px {
  color: var(--shakespeare);
  font-family: var(--font-family-centurygothic-bold);
  font-size: 6px;
  font-style: normal;
  font-weight: 700;
}

.centurygothic-regular-normal-shakespeare-18px {
  color: var(--shakespeare);
  font-family: var(--font-family-centurygothic-regular);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.centurygothic-bold-tiara-18px {
  color: var(--tiara);
  font-family: var(--font-family-centurygothic-bold);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

.centurygothic-regular-normal-white-25px {
  color: var(--white);
  font-family: var(--font-family-centurygothic-regular);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 400;
}

.centurygothic-regular-normal-white-14px {
  color: var(--white);
  font-family: var(--font-family-centurygothic-regular);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.centurygothic-regular-normal-white-10px {
  color: var(--white);
  font-family: var(--font-family-centurygothic-regular);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.centurygothic-bold-white-25px {
  color: var(--white);
  font-family: var(--font-family-centurygothic-bold);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 700;
}

.centurygothic-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-centurygothic-bold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.centurygothic-bold-white-10px {
  color: var(--white);
  font-family: var(--font-family-centurygothic-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

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