:root { 
  --accentaccent-15: #e2001a;
  --accentaccent-20: #992a21;
  --bgbg-10: #ffffff;
  --bgbg-20: #e1e9f1;
  --bgbg-30: #cedbe9;
  --bgbg-40: #002c58;
  --bgbg-60: #001932;
  --bgoverlay-20: #00193266;
  --bgoverlay-25: #1c3a57e6;
  --black: #000000;
  --textneutral-100: #f8f9fa;
  --textneutral-200: #001932;
 
  --font-size-l: 20px;
  --font-size-m: 18px;
  --font-size-s: 16px;
  --font-size-xl: 22px;
  --font-size-xxl: 30px;
  --font-size-xxxl: 32px;
  --font-size-xxxxl: 36px;
 
  --font-family-roboto_condensed: "Roboto Condensed", Helvetica;
}
.robotocondensed-light-white-18px {
  color: var(--bgbg-10);
  font-family: var(--font-family-roboto_condensed);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.robotocondensed-light-midnight-18px {
  color: var(--bgbg-60);
  font-family: var(--font-family-roboto_condensed);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.robotocondensed-light-white-16px {
  color: var(--bgbg-10);
  font-family: var(--font-family-roboto_condensed);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 300;
}
