:root { 
  --cloud-burst: #1a2e4a;
  --persian-green: #029f99;
  --quill-gray: #d7d7d5;
  --scarpa-flow: #56565b;
  --white: #ffffff;
 
  --font-size-l: 15px;
  --font-size-m: 14px;
  --font-size-s: 13px;
  --font-size-xl: 16px;
  --font-size-xs: 12px;
  --font-size-xxl: 18px;
  --font-size-xxs: 11px;
 
  --font-family-raleway: "Raleway", Helvetica;
  --font-family-roboto: "Roboto", Helvetica;
}
.roboto-normal-quill-gray-11px {
  color: var(--quill-gray);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-quill-gray-12px {
  color: var(--quill-gray);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-quill-gray-28px {
  color: var(--quill-gray);
  font-family: var(--font-family-roboto);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-quill-gray-32px {
  color: var(--quill-gray);
  font-family: var(--font-family-roboto);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-quill-gray-30px {
  color: var(--quill-gray);
  font-family: var(--font-family-roboto);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-quill-gray-18px {
  color: var(--quill-gray);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-quill-gray-21px {
  color: var(--quill-gray);
  font-family: var(--font-family-roboto);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-quill-gray-35px {
  color: var(--quill-gray);
  font-family: var(--font-family-roboto);
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-quill-gray-14px {
  color: var(--quill-gray);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-scarpa-flow-18px {
  color: var(--scarpa-flow);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-quill-gray-13px {
  color: var(--quill-gray);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}
