@charset "UTF-8";
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: rgb(36, 36, 36);
  background-color: rgb(255, 255, 255);
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  height: 100%;
}

main {
  position: relative;
}
h1 {
  font-size: 2rem;
  font-weight: 300;
}

h2 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #292929;
}

a {
  text-decoration: underline;
  color: #ce2139;
}

a:hover {
    color: #7e0e1d; 
    text-decoration: none;
}

a.secondaire {
  font-size: 0.8em;
  color: #666666;
  font-style: italic;
}


/*# sourceMappingURL=base.css.map */
