:root { 
  --black: #000000;
  --burnt-maroon: #3e0000;
  --granite-gray: #686868;
  --silver-chalice: #acacac;
  --white: #ffffff;
 
  --font-size-l: 27px;
  --font-size-m: 20.1px;
  --font-size-s: 9.5px;
 
  --font-family-inter: "Inter", Helvetica;
}
.inter-light-granite-gray-20-1px {
  color: var(--granite-gray);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.inter-light-silver-chalice-27px {
  color: var(--silver-chalice);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 300;
}

.inter-light-granite-gray-9-5px {
  color: var(--granite-gray);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 300;
}
