/* Taurist webfonts — Pretendard (brand typeface) + Audiowide (logo wordmark) */

/* Pretendard variable — covers 100–900 */
@font-face {
  font-family: "Pretendard";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("./PretendardVariable.ttf") format("truetype-variations");
}

/* Static fallbacks for environments that ignore variable fonts */
@font-face {
  font-family: "Pretendard Static";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("./Pretendard-Light.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard Static";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("./Pretendard-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard Static";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("./Pretendard-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard Static";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("./Pretendard-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard Static";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("./Pretendard-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard Static";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("./Pretendard-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard Static";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("./Pretendard-Black.otf") format("opentype");
}

/* Audiowide — used only for the TAURIST logo wordmark. Loaded from Google Fonts. */
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
