@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  min-height: 100%;
}

/* rolagem suave para as âncoras do menu */
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}

/*
  Fonts (Montserrat, Source Serif 4, Playfair Display, Inter) are loaded from
  Google Fonts in index.html. The previous `src: local(...)` @font-face stubs
  resolved to nothing on machines without the fonts installed, which silently
  fell back to Helvetica/Arial and broke every metric in the design.
*/
