:root { 
  --black: #000000;
  --contessa: #c76868;
  --onyx: #3a3a3a;
  --white: #ffffff;
 
  --font-size-m: 19px;
  --font-size-s: 15px;
  --font-size-xs: 13px;
  --font-size-xxs: 12px;
 
  --font-family-inter: "Inter", Inter;
}
.inter-bold-onyx-19px {
  color: var(--onyx);
  font-family: Inter,serif;
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.inter-bold-white-13px {
  color: var(--white);
  font-family: Inter,serif;
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
}
