/* [project]/app/globals.css [app-client] (css) */
html, body {
  margin: 0;
  padding: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Helvetica, Arial;
}

a {
  color: inherit;
}

input, button, select, textarea {
  font: inherit;
}

::placeholder {
  color: #c4c9d4;
  opacity: 1;
}

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