@font-face {
  font-family: "Manzanares Normal";
  src: url("/fonts/Manzanares.ttf") format("truetype");
  font-weight: 400;
  font-variation-settings: "wdth" 25 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manzanares Medium";
  src: url("/fonts/Manzanares.ttf") format("truetype");
  font-weight: 500;
  font-variation-settings: "wdth" 25 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manzanares Bold";
  src: url("/fonts/Manzanares.ttf") format("truetype");
  font-weight: 700;
  font-variation-settings: "wdth" 25;
  font-display: swap;
  font-style: normal;

}