/* ONE MEAT 萬囍肉品 — Brand typefaces
   English: Canelope (display/headline face)
   Chinese: 獅尾四季春 SweiSpringCJKtc (full weight family)
   Source: 萬囍肉品品牌識別/字體 Font/ (brand guideline PDF, p.10) */

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

@font-face {
  font-family: "Canelope";
  src: url("../assets/fonts/Canelope-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Swei Spring";
  src: url("../assets/fonts/SweiSpringCJKtc-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swei Spring";
  src: url("../assets/fonts/SweiSpringCJKtc-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swei Spring";
  src: url("../assets/fonts/SweiSpringCJKtc-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swei Spring";
  src: url("../assets/fonts/SweiSpringCJKtc-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swei Spring";
  src: url("../assets/fonts/SweiSpringCJKtc-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swei Spring";
  src: url("../assets/fonts/SweiSpringCJKtc-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swei Spring";
  src: url("../assets/fonts/SweiSpringCJKtc-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
