/* S-Core Dream - 에스코어드림 웹폰트
 * R2 self-host + WOFF2 (jsdelivr WOFF 대비 평균 28% 축소, 약 500KB 절감)
 * 실제 사용 weight만 로드: 300/400/500/600/700
 */
@font-face {
  font-family: "S-Core Dream";
  font-weight: 300;
  font-style: normal;
  src: url("https://pub-7a0a5e1669f345bb8ae95ab3c7865149.r2.dev/fonts/S-CoreDream-3Light.woff2")
    format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "S-Core Dream";
  font-weight: 400;
  font-style: normal;
  src: url("https://pub-7a0a5e1669f345bb8ae95ab3c7865149.r2.dev/fonts/S-CoreDream-4Regular.woff2")
    format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "S-Core Dream";
  font-weight: 500;
  font-style: normal;
  src: url("https://pub-7a0a5e1669f345bb8ae95ab3c7865149.r2.dev/fonts/S-CoreDream-5Medium.woff2")
    format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "S-Core Dream";
  font-weight: 600;
  font-style: normal;
  src: url("https://pub-7a0a5e1669f345bb8ae95ab3c7865149.r2.dev/fonts/S-CoreDream-6Bold.woff2")
    format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "S-Core Dream";
  font-weight: 700;
  font-style: normal;
  src: url("https://pub-7a0a5e1669f345bb8ae95ab3c7865149.r2.dev/fonts/S-CoreDream-7ExtraBold.woff2")
    format("woff2");
  font-display: swap;
}
