@font-face {
  font-family: "Cosen";
  src: url("../../assets/fonts/Cosen-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cosen";
  src: url("../../assets/fonts/Cosen-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SometypeMono";
  src: url("../../assets/fonts/SometypeMono-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../assets/fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../assets/fonts/Raleway-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../assets/fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WotterisSiottin";
  src: url("../../assets/fonts/Wotteris Siottin.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* prettier-ignore */
.fw-medium {
  font-weight: 600;
}

.isoz-font-Raleway {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.isoz-font-SometypeMono {
  font-family: "SometypeMono", sans-serif;
  font-weight: 400;
}

.isoz-font-Cosen {
  font-family: "Cosen", sans-serif;
  font-weight: 400;
}

.isoz-font-WotterisSiottin {
  font-family: "WotterisSiottin", sans-serif;
  font-weight: 400;
}
/*# sourceMappingURL=user.css.map */
