@font-face {
    font-family: planewalker;
    src: url(..fuentes/planewalker.otf),

}
h1 {
	font-family: planewalker !important;
}

p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}