@import url('https://fonts.googleapis.com/css?family=Montserrat:500');


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/opensans/opensans-light-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans/opensans-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/opensans/opensans-bold-webfont.woff') format('woff');
}



/**   Font Sizes    */
.fs-xxs {
  font-size: 8px !important;
  line-height: 120% !important;
}

.fs-xs {
  font-size: 10px !important;
  line-height: 120% !important;
}

.fs-s {
  font-size: 12px !important;
  line-height: 120% !important;
}

.fs-m {
  font-size: 14px !important;
  line-height: 130% !important;
}

.fs-l {
  font-size: 16px !important;
  line-height: 140% !important;
}

.fs-xl {
  font-size: 18px !important;
  line-height: 143% !important;
}

.fs-xxl {
  font-size: 20px !important;
  line-height: 145% !important;
}

.fs-xxxl {
  font-size: 24px !important;
  line-height: 150% !important;
}

