/* Lisbon Script */
@font-face {
  font-family: "LisbonScript local";
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/lisbonscript-regular.eot");
  src: local("Lisbon Script Regular"), local("LisbonScript-Regular"),
    url("./fonts/lisbonscript-regular.woff2") format("woff2"),
    url("./fonts/lisbonscript-regular.woff") format("woff");
}

/* SF Grandezza */
@font-face {
  font-family: "SF Grandezza local";
  font-weight: 400;
  font-style: normal;
  src: local("SF Grandezza Medium"), local("SFGrandezza-Medium"),
    url("./fonts/sfgrandezza-medium.woff2") format("woff2"),
    url("./fonts/sfgrandezza-medium.woff") format("woff");
}

/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./fonts/inter-v12-latin-regular.woff2") format("woff2"),
      url("./fonts/inter-v12-latin-regular.woff") format("woff");
}
/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("./fonts/inter-v12-latin-700.woff2") format("woff2"),
      url("./fonts/inter-v12-latin-700.woff") format("woff");
}
