/* ==========================
   Fuentes Mark Pro
   ========================== */
@font-face {
  font-family: "Mark Pro";
  src: url("/fonts/Mark-Pro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mark Pro";
  src: url("/fonts/Mark-Pro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mark Pro";
  src: url("/fonts/Mark-Pro-Bold.woff") format("woff");
  font-weight: 700; /* mejor que poner 'bold' */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mark Pro";
  src: url("/fonts/Mark-Pro-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Fuente base del proyecto */
body {
  font-family: "Mark Pro", Arial, Verdana, sans-serif;
}
