/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/

/* 1. Fonts declarations */

@font-face {
  font-family: Brown;
  src: url("../fonts/Brown/Brown-Regular.otf") format("opentype");
}

@font-face {
  font-family: Brown;
  font-weight: 700;
  src: url("../fonts/Brown/Brown-Bold.otf") format("opentype");
}

@font-face {
  font-family: Brown;
  font-weight: 300;
  src: url("../fonts/Brown/Brown-Light.otf") format("opentype");
}

@font-face {
  font-family: Brown;
  font-weight: 200;
  src: url("../fonts/Brown/Brown-Thin.otf") format("opentype");
}

@font-face {
  font-family: Brown;
  font-style: italic;
  src: url("../fonts/Brown/Brown-Regular-Italic.otf") format("opentype");
}
