/**
 * Maison Neue — fuente de marca FRYDA.
 *
 * Servida desde el CDN. El nombre "Maison Neue" coincide con el token
 * --fry-s-font-family-primary del semantic.css del DS, así los componentes
 * que usen ese token toman la fuente automáticamente.
 *
 * Pesos disponibles:
 *   100 → Thin     (+ italic)
 *   300 → Light    (+ italic)
 *   400 → Book     (+ italic)  ← regular
 *   600 → Demi     (+ italic)
 *
 * El CDN solo expone .otf, por eso un único format() por face. Si más
 * adelante se publican woff2/woff, agregar al src en orden de preferencia.
 */

@font-face {
  font-family: "Maison Neue";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://frydacdn.yanbal.com/assets/fonts/0.0.1/MaisonNeue-Thin.otf") format("opentype");
}

@font-face {
  font-family: "Maison Neue";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("https://frydacdn.yanbal.com/assets/fonts/0.0.1/MaisonNeue-ThinItalic.otf") format("opentype");
}

@font-face {
  font-family: "Maison Neue";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://frydacdn.yanbal.com/assets/fonts/0.0.1/MaisonNeue-Light.otf") format("opentype");
}

@font-face {
  font-family: "Maison Neue";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://frydacdn.yanbal.com/assets/fonts/0.0.1/MaisonNeue-LightItalic.otf") format("opentype");
}

@font-face {
  font-family: "Maison Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://frydacdn.yanbal.com/assets/fonts/0.0.1/MaisonNeue-Book.otf") format("opentype");
}

@font-face {
  font-family: "Maison Neue";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://frydacdn.yanbal.com/assets/fonts/0.0.1/MaisonNeue-BookItalic.otf") format("opentype");
}

@font-face {
  font-family: "Maison Neue";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://frydacdn.yanbal.com/assets/fonts/0.0.1/MaisonNeue-Demi.otf") format("opentype");
}

@font-face {
  font-family: "Maison Neue";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("https://frydacdn.yanbal.com/assets/fonts/0.0.1/MaisonNeue-DemiItalic.otf") format("opentype");
}
