/* @font-face — María Ynés Linares · Parisienne (script) + Inter (structure & body) */
@font-face {
  font-family: "Parisienne";
  src: url("../assets/fonts/Parisienne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
