@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:var(--heading-h6-desktop-font-weight),var(--heading-h3-desktop-font-weight),var(--heading-h4-desktop-font-weight),var(--body-mini-b-font-weight),var(--heading-button-desktop-font-weight),var(--body-base-font-weight),var(--body-micro-font-weight),var(--body-helper-font-weight),var(--heading-h2-desktop-font-weight),var(--heading-h5-desktop-font-weight),400,var(--heading-h1-desktop-font-weight)|Playfair+Display:600|Port+Lligat+Slab:400|Piedra:400|DM+Serif+Display:400,italic");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  box-sizing: border-box;
  width: 100%;
  

}
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
