/* style-named font-family */
@font-face {
  font-family: "SeekSans-Bold";
  src: url("./seekSans/SEEKSans-Bold_1369486200.otf") format("opentype");
}
@font-face {
  font-family: "SeekSans-BoldItalic";
  src: url("./seekSans/SEEKSans-BoldItalic_3157760212.otf") format("opentype");
}
@font-face {
  font-family: "SeekSans-Medium";
  src: url("./seekSans/SEEKSans-Medium_456079450.otf") format("opentype");
}
@font-face {
  font-family: "SeekSans-MediumItalic";
  src: url("./seekSans/SEEKSans-MediumItalic_1533900214.otf") format("opentype");
}
@font-face {
  font-family: "SeekSans-Regular";
  src: url("./seekSans/SEEKSans-Regular_2163659468.otf") format("opentype");
}
@font-face {
  font-family: "SeekSans-RegularItalic";
  src: url("./seekSans/SEEKSans-RegularItalic_2996879912.otf")
    format("opentype");
}
/* Plain-named font-family */
@font-face {
  font-family: "SeekSans";
  font-weight: bold;
  src: url("./seekSans/SEEKSans-Medium_456079450.otf") format("opentype");
}
@font-face {
  font-family: "SeekSans";
  font-weight: bold;
  font-style: italic;
  src: url("./seekSans/SEEKSans-BoldItalic_3157760212.otf") format("opentype");
}
@font-face {
  font-family: "SeekSans";
  font-weight: 500;
  src: url("./seekSans/SEEKSans-Medium_456079450.otf") format("opentype");
}
@font-face {
  font-family: "SeekSans";
  font-weight: 500;
  font-style: italic;
  src: url("./seekSans/SEEKSans-MediumItalic_1533900214.otf") format("opentype");
}
@font-face {
  font-family: "SeekSans";
  font-weight: normal;
  src: url("./seekSans/SEEKSans-Regular_2163659468.otf") format("opentype");
}
@font-face {
  font-family: "SeekSans";
  font-weight: normal;
  font-style: italic;
  src: url("./seekSans/SEEKSans-RegularItalic_2996879912.otf")
    format("opentype");
}
