/* stylelint-disable */
@font-face {
  font-family: OmoTypeCBlack;
  src: url("./OmoType/OmoType_C-Black_One_web.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OmoTypeCMedium;
  src: url("./OmoType/OmoType_C-Medium_One_web.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.omotypec-black-text {
  font-family: OmoTypeCBlack, "Dojo Text", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.omotypec-medium-text {
  font-family: OmoTypeCMedium, "Dojo Text", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
