/* Cargar Hind */
@font-face {
  font-family: "Hind";
  src: url("/fonts/Hind/Hind-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Hind";
  src: url("/fonts/Hind/Hind-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Hind";
  src: url("/fonts/Hind/Hind-Light.ttf") format("truetype");
  font-weight: 300;
  /* Light */
  font-style: normal;
}

/* Cargar Philosopher */
@font-face {
  font-family: "Philosopher";
  src: url("/fonts/Philosopher/Philosopher-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Philosopher";
  src: url("/fonts/Philosopher/Philosopher-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Philosopher";
  src: url("/fonts/Philosopher/Philosopher-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
