@font-face {
  font-family: "Amarante";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/amarante-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/geist-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/geist-mono-latin.woff2") format("woff2");
}

:root {
  --font-display: "Amarante";
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg {
  display: block;
}
