/* Calisto */
@font-face {
  font-family: "Calisto MT";
  src: url("../assets/fonts/CALIST.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calisto MT";
  src: url("../assets/fonts/CALISTB.TTF") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Calisto MT";
  src: url("../assets/fonts/CALISTBI.TTF") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Calisto MT";
  src: url("../assets/fonts/CALISTI.TTF") format("truetype");
  font-weight: normal;
  font-style: italic;
}
/* Segoe UI */
@font-face {
  font-family: "Segoe UI";
  src: url("../assets/fonts/SEGOEUI.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../assets/fonts/SEGOEUIB.TTF") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../assets/fonts/SEGOEUII.TTF") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../assets/fonts/SEGOEUIL.TTF") format("truetype");
  font-weight: 200;
  font-style: normal;
}
body {
  font-family: "Calisto MT", "Libertinus Serif", serif;
}

p, input, label {
  font-family: "Segoe UI", sans-serif;
}

/*# sourceMappingURL=fonts.css.map */
