:root { 
  --black: #000000;
  --stack: #8f8f8f;
  --white: #ffffff;
 
  --font-size-l: 64px;
  --font-size-m: 38px;
  --font-size-s: 22px;
  --font-size-xl: 100px;
  --font-size-xxl: 362.4px;
 
  --font-family-pretendard-bold: "Pretendard-Bold", Helvetica;
}
.pretendard-bold-white-38px {
  color: var(--white);
  font-family: var(--font-family-pretendard-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

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

.pretendard-bold-white-100px {
  color: var(--white);
  font-family: var(--font-family-pretendard-bold);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}
