@font-face {
  font-family: 'Ostrich Sans';
  src: url('/fonts/OstrichSans-Medium.otf');
  font-feature-settings: "kern";
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ostrich Sans';
  src: url('/fonts/OstrichSans-Heavy.otf');
  font-feature-settings: "kern";
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: 'Ostrich Sans Inline';
  src: url('/fonts/OstrichSansInline-Regular.otf');
  font-style: normal;
  font-feature-settings: "kern";
  font-display: swap;
}

@font-face {
  font-family: 'Ostrich Sans Inline';
  src: url('/fonts/OstrichSansInline-Italic.otf');
  font-style: italic;
  font-feature-settings: "kern";
  font-display: swap;
}