/* Codotx webfonts — self-hosted */

@font-face {
  font-family: "Sansation";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Sansation/Sansation-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Sansation";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("fonts/Sansation/Sansation-Bold.woff2") format("woff2"),
    url("fonts/Sansation-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Outfit/Outfit-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Outfit/Outfit-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Outfit/Outfit-SemiBold.woff2") format("woff2");
}

/* Chinese fallback — loaded from Google Fonts (Noto Sans TC is used in prod; self-hosted files weren't in repo) */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
