/* ============================================================
   Quinta Moctezuma · @font-face (FUENTE ÚNICA de tipografías)
   Las rutas son relativas a ESTE archivo (packages/design-system/fonts.css),
   por lo que apuntan a ./fonts/. Al enlazarlo desde una app por <link>,
   el navegador resuelve las url() respecto a la ubicación de este CSS.
   ============================================================ */

/* --- Fuentes propias (SOLO logos) --- */
@font-face {
  font-family: "LaLuxes";
  src: url("./fonts/LaLuxes-regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Amoresa";
  src: url("./fonts/Amoresa-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

/* --- Display / editorial + "1008" --- */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./fonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

/* --- Cuerpo: DM Sans --- */
@font-face {
  font-family: "DM Sans";
  src: url("./fonts/_sys/DMSans-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./fonts/_sys/DMSans-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./fonts/_sys/DMSans-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

/* --- Etiquetas: Cinzel --- */
@font-face {
  font-family: "Cinzel";
  src: url("./fonts/_sys/Cinzel-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("./fonts/_sys/Cinzel-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
