:root { 
  --black: #000000;
  --midnight: #011037;
  --tropical-blue: #c1d6ff;
  --white: #ffffff;
 
  --font-size-l: 25.4px;
  --font-size-m: 22px;
  --font-size-xl: 26.4px;
  --font-size-xxl: 38.1px;
  --font-size-xxxl: 40.6px;
  --font-size-xxxxl: 48.4px;
  --font-size-xxxxxl: 60px;
 
  --font-family-sfu_eurostile-boldcondensed:
    "SFU Eurostile-BoldCondensed", Helvetica;
  --font-family-svn-aguda-black: "SVN-Aguda-Black", Helvetica;
  --font-family-svn-gilroy-bold: "SVN-Gilroy-Bold", Helvetica;
  --font-family-svn-gilroy-regular: "SVN-Gilroy-Regular", Helvetica;
  --font-family-utm_neo_sans_intel-bold: "UTM Neo Sans Intel-Bold", Helvetica;
}
.utmneosansintel-bold-white-22px {
  font-family: var(--font-family-utm_neo_sans_intel-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.svn-gilroy-regular-normal-tropical-blue-26-4px {
  color: var(--tropical-blue);
  font-family: var(--font-family-svn-gilroy-regular);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.svn-gilroy-regular-normal-tropical-blue-25-4px {
  color: var(--tropical-blue);
  font-family: var(--font-family-svn-gilroy-regular);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}
