/* Font face */

@font-face {
  font-family: "Lobster";
  src: local(Lobster), url("fonts/Lobster.otf") format("truetype");
}

@font-face {
  font-family: "Handwriting";
  src: url("fonts/Handwriting.otf") format("truetype");
}

@font-face {
  font-family: "NTR";
  src: url("fonts/NTR-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Condensed";
  src: local(RobotoCondensed Thin), url("fonts/roboto-condensed/RobotoCondensed-Thin.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto Condensed";
  src: local(RobotoCondensed Light), url("fonts/roboto-condensed/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto Condensed";
  src: local(RobotoCondensed Regular), url("fonts/roboto-condensed/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto Condensed";
  src: local(RobotoCondensed Bold), url("fonts/roboto-condensed/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
}
/************************ INTER ************************/

@font-face {
  font-family: "Inter";
  src: local(Inter Thin), url("fonts/inter/Inter-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local(Inter Light), url("fonts/inter/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local(Inter Regular), url("fonts/inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local(Inter Medium), url("fonts/inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local(Inter Bold), url("fonts/inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}