
/* =================== Fonts ================== */


@font-face {
    font-family: 'Avenir Next Regular';
    src: url('fonts/AvenirNext-Regular/AvenirNext-Regular.eot') format('embedded-opentype'),
            url('fonts/AvenirNext-Regular/AvenirNext-Regular.woff') format('woff'),
            url('fonts/AvenirNext-Regular/AvenirNext-Regular.ttf') format('truetype'),
            url('fonts/AvenirNext-Regular/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Medium';
    src: url('fonts/AvenirNext-Medium/AvenirNext-Medium.eot') format('embedded-opentype'),
            url('fonts/AvenirNext-Medium/AvenirNext-Medium.woff') format('woff'),
            url('fonts/AvenirNext-Medium/AvenirNext-Medium.ttf') format('truetype'),
            url('fonts/AvenirNext-Medium/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Baskerville';
    src: url('fonts/Baskerville/Baskerville.eot') format('embedded-opentype'),
            url('fonts/Baskerville/Baskerville.woff') format('woff'),
            url('fonts/Baskerville/Baskerville.ttf') format('truetype'),
            url('fonts/Baskerville/Baskerville.svg#Baskerville') format('svg');
  font-weight: normal;
  font-style: normal;
}






