/* Nunito, SIL Open Font License. Kept on this server, including Cyrillic. */
@font-face {
  font-family: "Rescue Sans";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("./assets/fonts/nunito-latin-cyrillic.woff") format("woff");
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "Rescue Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-synthesis: none;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button, input, textarea, select { font-family: inherit; }
img { image-rendering: auto; }
svg { shape-rendering: geometricPrecision; }
