/* Prometo font family definitions */

@font-face {
  font-family: "prometo-light";
  font-style: light;
  font-weight: 300;
  src: url("../fonts/Prometo\ Light.otf");
}

@font-face {
  font-family: "prometo-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Prometo\ Regular.otf");
}

@font-face {
  font-family: "prometo-medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Prometo\ Medium.otf");
}

@font-face {
  font-family: "prometo-bold";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/Prometo\ Bold.otf");
}

@font-face {
  font-family: "prometo-extra-bold";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Prometo\ Black.otf");
}
