:root { 
  --black: #000000;
  --white: #ffffff;
 
  --font-size-l: 36px;
  --font-size-m: 22px;
  --font-size-s: 15px;
  --font-size-xs: 13px;
  --font-size-xxs: 11px;
  --font-size-xxxs: 10px;
  --font-size-xxxxs: 5px;
 
  --font-family-fzlantingheit-hc-gb-regular: "FZLanTingHeiT-HC-GB-Regular", Helvetica;
  --font-family-halcyon: "Halcyon", Helvetica;
  --font-family-halcyon-regular: "Halcyon-Regular", Helvetica;
  --font-family-helvetica-normal-regular: "Helvetica-Normal-Regular", Helvetica;
  --font-family-stretchpro-regular: "StretchPro-Regular", Helvetica;
  --font-family-yu_gothic: "Yu Gothic", Helvetica;
  --font-family-yugothic-light: "YuGothic-Light", Helvetica;
  --font-family-yugothic_ui-regular: "YuGothic UI-Regular", Helvetica;
}
.helvetica-normal-regular-normal-white-11px {
  color: var(--white);
  font-family: var(--font-family-helvetica-normal-regular);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
}

.helvetica-normal-regular-normal-white-5px {
  color: var(--white);
  font-family: var(--font-family-helvetica-normal-regular);
  font-size: var(--font-size-xxxxs);
  font-style: normal;
  font-weight: 400;
}

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

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

.helvetica-normal-regular-normal-white-15px {
  color: var(--white);
  font-family: var(--font-family-helvetica-normal-regular);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.halcyon-regular-normal-white-15px {
  color: var(--white);
  font-family: var(--font-family-halcyon-regular);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.yugothic-light-white-22px {
  color: var(--white);
  font-family: var(--font-family-yugothic-light);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.yugothic-light-white-15px {
  color: var(--white);
  font-family: var(--font-family-yugothic-light);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 300;
}

.border-10px-white {
  border: 10px solid var(--white);
}

.border-3px-white {
  border: 3px solid var(--white);
}
