/* INTER */

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-thin.ttf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-extralight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-medium.ttf") format("truetype");
  font-weight: 500;
}


@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-semibold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-bold.ttf") format("truetype");
  font-weight: 700;
}

/* BREE */

@font-face {
  font-family: 'Bree';
  src: local(Bree),url("../fonts/bree/bree-regular.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: 'Bree';
  src: local(Bree),url("../fonts/bree/bree-semibold.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: 'Bree';
  src: url("../fonts/bree/bree-bold.otf") format("opentype");
  font-weight: 700;
}
