/* Google Fonts - Local */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/opensans-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/opensans-bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/opensans-italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/opensans-bold-italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Bevan';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bevan-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Bevan';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/bevan-italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Bevan';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/bevan-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Bevan';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/bevan-italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/satisfy-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-bold-italic.ttf') format('truetype');
}

