@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("https://landit.dothome.co.kr/landingzone/freecourse/font/PretendardVariable.woff2")
    format("woff2");
}
/* Birthstone 폰트 */
@font-face {
  font-family: "Birthstone";
  src: url("https://landit.dothome.co.kr/landingzone/freecourse/font/Birthstone-Regular.ttf")
    format("truetype");
  font-weight: 400; /* Regular는 보통 400입니다 */
  font-style: normal;
}

/* SB 어그로 폰트 (L, M, B를 하나의 family로 묶음) */
@font-face {
  font-family: "SBaggro";
  src: url("https://landit.dothome.co.kr/landingzone/freecourse/font/SBaggroL.ttf")
    format("truetype");
  font-weight: 300; /* L (Light) */
  font-style: normal;
}

@font-face {
  font-family: "SBaggro";
  src: url("https://landit.dothome.co.kr/landingzone/freecourse/font/SBaggroM.ttf")
    format("truetype");
  font-weight: 400; /* M (Medium) - 일반 두께 */
  font-style: normal;
}

@font-face {
  font-family: "SBaggro";
  src: url("https://landit.dothome.co.kr/landingzone/freecourse/font/SBaggroB.ttf")
    format("truetype");
  font-weight: 700; /* B (Bold) - 굵은 두께 */
  font-style: normal;
}
/* https://landit.dothome.co.kr/landingzone/freecourse/ */
