:root { 
  --black: #000000;
  --chinook: #a4ecb8;
  --cod-gray: #070707;
  --mercury: #e6e6ea;
  --white: #ffffff;
 
  --font-size-l: 30px;
  --font-size-m: 24.2px;
  --font-size-s: 14.8px;
  --font-size-xl: 53.3px;
  --font-size-xxl: 78.3px;
  --font-size-xxxl: 92px;
  --font-size-xxxxl: 114.7px;
 
  --font-family-helvetica-regular: "Helvetica-Regular", Helvetica;
  --font-family-polymer-bold: "Polymer-Bold", Helvetica;
  --font-family-polymer-normal: "Polymer-Normal", Helvetica;
  --font-family-polymer-text: "Polymer-Text", Helvetica;
  --font-family-schechtel-bold: "Schechtel-Bold", Helvetica;
  --font-family-schechtel-regular: "Schechtel-Regular", Helvetica;
}
.polymer-text-normal-black-24-2px {
  color: var(--black);
  font-family: var(--font-family-polymer-text);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.polymer-text-normal-black-53-3px {
  color: var(--black);
  font-family: var(--font-family-polymer-text);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.schechtel-bold-black-92px {
  color: var(--black);
  font-family: var(--font-family-schechtel-bold);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

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

.schechtel-bold-cod-gray-30px {
  color: var(--cod-gray);
  font-family: var(--font-family-schechtel-bold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.polymer-bold-black-24-2px {
  color: var(--black);
  font-family: var(--font-family-polymer-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}
