:root { 
  --black: #000000;
  --red: #ff0000;
  --white: #ffffff;
  --white-2: #ffffff80;
  --yellow-orange: #ffb03c;
 
  --font-size-l: 16.8px;
  --font-size-m: 16px;
  --font-size-s: 14px;
  --font-size-xl: 20px;
  --font-size-xs: 13px;
  --font-size-xxl: 24px;
  --font-size-xxs: 11.8px;
 
  --font-family-be_vietnam_pro: "Be Vietnam Pro", Helvetica;
  --font-family-dela_gothic_one: "Dela Gothic One", Helvetica;
}
.bevietnampro-normal-white-16px {
  font-family: var(--font-family-be_vietnam_pro);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}
