:root { 
  --black: #000000;
  --chetwode-blue: #8282d9;
  --greyscalewhite: #ffffff;
  --hint-of-red: #f9f9f9;
  --jacarta: #2b2b64;
  --killarney: #306e3b;
  --lightoffwhite: #f9f9f7;
  --malachite: #21d045;
 
  --font-size-l: 16px;
  --font-size-m: 14px;
  --font-size-s: 12px;
  --font-size-xl: 18px;
  --font-size-xxl: 20px;
  --font-size-xxxl: 24px;
  --font-size-xxxxl: 36px;
 
  --font-family-koho: "KoHo", Helvetica;
  --font-family-kufam: "Kufam", Helvetica;
}
.koho-normal-hint-of-red-14px {
  color: var(--hint-of-red);
  font-family: var(--font-family-koho);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.kufam-normal-chetwode-blue-24px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-kufam);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 400;
}

.kufam-medium-malachite-14px {
  color: var(--malachite);
  font-family: var(--font-family-kufam);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
}

.koho-normal-hint-of-red-16px {
  color: var(--hint-of-red);
  font-family: var(--font-family-koho);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.koho-bold-hint-of-red-20px {
  color: var(--hint-of-red);
  font-family: var(--font-family-koho);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

.koho-bold-white-12px {
  color: var(--greyscalewhite);
  font-family: var(--font-family-koho);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
}

.kufam-black-malachite-36px {
  color: var(--malachite);
  font-family: var(--font-family-kufam);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 900;
}

.kufam-black-malachite-24px {
  color: var(--malachite);
  font-family: var(--font-family-kufam);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 900;
}

.koho-normal-hint-of-red-24px {
  color: var(--hint-of-red);
  font-family: var(--font-family-koho);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 400;
}
