* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  max-width: 100%;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(211, 177, 113, .75);
  outline-offset: 3px;
}
