:root { 
  --alto: #d9d9d9;
  --black: #000000;
  --eerie-black: #191717;
  --rose-white: #fff5f5;
  --white: #ffffff;
 
  --font-size-l: 40px;
  --font-size-m: 30px;
  --font-size-s: 25px;
  --font-size-xs: 20px;
  --font-size-xxs: 15px;
  --font-size-xxxs: 12px;
  --font-size-xxxxs: 8px;
 
  --font-family-inknut_antiqua: "Inknut Antiqua", Helvetica;
  --font-family-inter: "Inter", Helvetica;
}
.inter-normal-white-25px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.inknutantiqua-extra-bold-eerie-black-30px {
  color: var(--eerie-black);
  font-family: var(--font-family-inknut_antiqua);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 800;
}

.inter-normal-white-8px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxxs);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-white-15px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
}
