@charset "UTF-8";
/* Couleurs */
/* Blanc */
/* Noir */
/* Gris */
/* Open Sans */
/*
 * ##########################################################
 * NEW BRAND VARIABLES
 * ##########################################################
*/
:root {
  --nb-forest: #294a42;
  --nb-moss: #7f9a8b;
  --nb-orange: #eb660b;
  --nb-tan: #a8957b;
  --nb-whitefog: #e6e4df;
  --nb-whitemoon: #faf5f2;
  --nb-moss-light: #dfe6e4;
  --nb-black: #000000;
  --nb-white: #ffffff;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-extrabold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-extralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
/* ******************************************************** */
/* Set up Open Sans for modern browsers, all weights */
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Open Sans";
    src: url("../fonts/open-sans/opensans-vf.woff2") format("woff2-variations");
    font-weight: 300 800;
    font-stretch: 75% 100%;
  }
}
/* Set up Roboto Condensed for modern browsers, all weights */
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/roboto-condensed/robotocondensed-vf.woff2") format("woff2-variations");
    font-weight: 100 900;
  }
}
@font-face {
  font-family: "TC October Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/tcoctober/TcOctoberRegular.woff") format("woff");
}
/* ******************************************************** */
/*---------- Début MIXINS ----------*/
/*animate CSS*/

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