@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Young+Serif:400|Manrope:600,500,400,700|Darumadrop+One:400|Poppins:600,500,400,700|Parkinsans:400"); /* @FONTWARNING[{"type": "restricted", "family": "Le Monde Livre Std-DemiIt", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  min-height: 100%;
  min-height: 100svh;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid var(--amp-link) !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

@font-face {
  font-family: "Le Monde Livre Std-DemiIt";
  src: local("Le Monde Livre Std-DemiIt");
}
