@font-face {
  font-family: "Open Sans";
  src: url("/static/fonts/OpenSans-Variable.ttf") format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FE-Plate";
  src: url("/static/fonts/fe/FE-FONT.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plate-Mandatory";
  src: url("/static/fonts/mandatory/MANDATOR.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plate-Old";
  src: url("/static/fonts/plate-old/Oswald-wght.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body,
.page-metronic,
.login,
.legacy-login,
input,
select,
textarea,
button {
  font-family: "Open Sans", sans-serif;
}
