@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:var(--h4-font-weight),var(--h1-clean-font-weight),var(--h1-mobile-font-weight),var(--menu-item-font-weight),var(--body-text-font-weight),var(--h5-font-weight),var(--boutons-font-weight),var(--sec-menu-item-font-weight),600,700,var(--h2-clean-font-weight),var(--legal-text-font-weight),var(--footer-text-font-weight),400,var(--h3-font-weight)|Miniver:var(--h2-cabane-font-weight),var(--h1-cabane-mobile-font-weight),var(--h1-cabane-font-weight)|Roboto:400");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
  overflow-x: hidden;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings:"lnum" 1; 
  -moz-font-feature-settings:"lnum=1"; 
  -ms-font-feature-settings:"lnum" 1; 
  -o-font-feature-settings:"lnum" 1; 
  -webkit-font-feature-settings:"lnum" 1; 
  font-feature-settings:"lnum" 1;
}

body.default {
  position: relative;
}

/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: "Proxima Nova-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/60bdaccb1fa40b327a333e32/fonts/mark-simonson-proxima-nova-a.otf")
    format("opentype");
}
