
@font-face {
  font-family: "firasanscondensed";
  src: url("../font/firasanscondensed-light.otf");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "firasanscondensed";
  src: url("../font/firasanscondensed-regular.otf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "firasanscondensed";
  src: url("../font/firasanscondensed-medium.otf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "firasanscondensed";
  src: url("../font/firasanscondensed-bold.otf");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

html,
body {
    color: #555;
    font-family: "firasanscondensed", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
}