@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%;
}

/* a blue color as a generic focus style */
button:focus-visible {
  outline: -webkit-focus-ring-color auto 5px !important;
  outline: 2px solid var(--color-focus-ring, #4a90e2) !important;
}

a {
  text-decoration: none;
}

/* @FONTWARNING[{"type": "restricted", "family": "Montserrat-Light", "weight": "300", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Montserrat-Light";
  src: local("Montserrat-Light");
}

/* @FONTWARNING[{"type": "restricted", "family": "Montserrat-SemiBold", "weight": "600", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Montserrat-SemiBold";
  src: local("Montserrat-SemiBold");
}

/* SS Nickson One is managed by WordPress Font Library under Apariencia > Fuentes */

/* @FONTWARNING[{"type": "restricted", "family": "Montserrat-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Montserrat-Regular";
  src: local("Montserrat-Regular");
}

/* @FONTWARNING[{"type": "restricted", "family": "Yellowtail-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Yellowtail-Regular";
  src: local("Yellowtail-Regular");
}

/* @FONTWARNING[{"type": "restricted", "family": "Montserrat-ExtraBold", "weight": "800", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: local("Montserrat-ExtraBold");
}

/* @FONTWARNING[{"type": "restricted", "family": "Montserrat-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Montserrat-Medium";
  src: local("Montserrat-Medium");
}