/* fonts */
@font-face {
 font-family: 'Libre Baskerville';
 src: url('../fonts/LibreBaskerville-Regular.eot') format('eot'),
      url('../fonts/LibreBaskerville-Regular.woff') format('woff'),
      url('../fonts/LibreBaskerville-Regular.ttf') format('truetype'),
      url('../fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular.eot') format('svg'),
      url('../fonts/LibreBaskerville-Regular.otf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
 font-family: 'Libre Baskerville';
 src: url('../fonts/LibreBaskerville-Bold.eot') format('eot'),
      url('../fonts/LibreBaskerville-Bold.woff') format('woff'),
      url('../fonts/LibreBaskerville-Bold.ttf') format('truetype'),
      url('../fonts/LibreBaskerville-Bold.svg#LibreBaskerville-Bold.eot') format('svg'),
      url('../fonts/LibreBaskerville-Bold.otf') format('ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
 font-family: 'Quicksand';
 src: url('../fonts/Quicksand-Regular.eot') format('eot'),
      url('../fonts/Quicksand-Regular.woff') format('woff'),
      url('../fonts/Quicksand-Regular.ttf') format('truetype'),
      url('../fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg'),
      url('../fonts/Quicksand-Regular.otf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
 font-family: 'Quicksand';
 src: url('../fonts/Quicksand-Bold.eot') format('eot'),
      url('../fonts/Quicksand-Bold.woff') format('woff'),
      url('../fonts/Quicksand-Bold.ttf') format('truetype'),
      url('../fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg'),
      url('../fonts/Quicksand-Bold.otf') format('ttf');
    font-weight: bold;
    font-style: normal;
}