@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

@font-face {
  font-family: Roboto;
  src: local(Roboto), url("fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto), url("fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto), url("fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto), url("fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: medium;
}

@font-face {
  font-family: EstiloText;
  src: url("fonts/EstiloText/DSType_EstiloText-Light.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "GTEestiProDisplay";
  src: url("fonts/GTEestiProDisplay/GTEestiProDisplay-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "GTEestiProDisplay";
  src: url("fonts/GTEestiProDisplay/GTEestiProDisplay-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "GTEestiProDisplay";
  src: url("fonts/GTEestiProDisplay/GTEestiProDisplay-Medium.ttf");
  font-weight: medium;
}
