/* Unbounded*/
/* font-family: "Unbounded", sans-serif; */
@font-face{
  font-family: "Unbounded";
  src: url('fonts/Unbounded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Unbounded";
  src: url('fonts/Unbounded-Blond.ttf') format('truetype');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Unbounded";
  src: url('fonts/Unbounded-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Marry? Poppins*/
/* font-family: "Poppins", sans-serif; */
@font-face{
  font-family: "Poppins";
  src: url('fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Fixedsys Excelsior 3.01*/
/* font-family: "Fixedsys-Excelsior", sans-serif; */
@font-face{
  font-family: "Fixedsys-Excelsior";
  src: url('fonts/FSEX300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}