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

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

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

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

@font-face {
  font-family: "Informative";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./fonts/Informative Black.otf") format("opentype");
}

body {
  font-family: "Informative", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Informative", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
