/* [project]/src/styles/globals.css [client] (css) */
html, body {
  margin: 0;
  padding: 0;
}

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

@font-face {
  font-family: Host Grotesk;
  src: url("/fonts/HostGrotesk-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/*# sourceMappingURL=src_styles_globals_0fuav90.css.map*/