/*
 * Oduda — Apihom display/UI font.
 *
 * Self-hosted at https://style.apihom.com/fonts/Oduda/.
 * Consumers can either:
 *   <link rel="stylesheet" href="https://style.apihom.com/fonts/Oduda/font.css">
 * or copy this file and host the .otf files alongside.
 *
 * Weights: 300 (Light), 400 (Regular), 600 (SemiBold), 700 (Bold).
 */

@font-face {
  font-family: "Oduda";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./Oduda-Light.otf") format("opentype");
}

@font-face {
  font-family: "Oduda";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./Oduda-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Oduda";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./Oduda-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: "Oduda";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./Oduda-Bold.otf") format("opentype");
}
