/* Light */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url("open-sans/Open-Sans-Light.woff2") format('woff2');
  
}

/* Medium */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("open-sans/Open-Sans-Regular.woff2") format('woff2');

}

/* Bold */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url("open-sans/Open-Sans-Bold.woff2") format('woff2');
  
}


