@font-face {
  font-family: "handFont";
  font-weight: 700;
  font-display: swap;
  src: local("유토이미지_손글씨_B"),
    url("./handFont/handFont_B_OTF.otf") format("opentype"),
    url("./handFont/handFont_B_TTF.ttf") format("truetype");
}
@font-face {
  font-family: "handFont";
  font-weight: 500;
  font-display: swap;
  src: local("유토이미지_손글씨_L"),
    url("./handFont/handFont_L_OTF.otf") format("opentype"),
    url("./handFont/handFont_L_TTF.ttf") format("truetype");
}

@font-face {
  font-family: "handFont";
  font-weight: 400;
  font-display: swap;
  src: local("유토이미지_손글씨_R"),
    url("./handFont/handFont_R_OTF.otf") format("opentype"),
    url("./handFont/handFont_R_TTF.ttf") format("truetype");
}
