/* [project]/src/app/globals.css [app-client] (css) */
*, :before, :after {
  box-sizing: border-box;
}

html, body {
  max-width: 100vw;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  color: #171717;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

img, video, canvas, svg {
  max-width: 100%;
  height: auto;
}

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

button {
  touch-action: manipulation;
}

@media (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  .container-card-actions {
    flex-wrap: wrap;
    max-width: 112px;
  }
}

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