/*Merriweather Sans*/
@font-face {
  font-family: 'MerriweatherSans Light';
  src: url('font/MerriweatherSans/MerriweatherSans-Light.otf') format('opentype');
}
@font-face {
  font-family: 'MerriweatherSans';
  src: url('font/MerriweatherSans/MerriweatherSans-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'MerriweatherSans Light';
  src: url('font/MerriweatherSans/MerriweatherSans-LightItalic.otf') format('opentype');
	font-style: italic;
}

/*NOVA CUT / FLAT*/
@font-face {
  font-family: 'NovaCut';
  src: url('font/Nova/NovaCut.ttf') format('truetype');
}
@font-face {
  font-family: 'NovaFlat';
  src: url('font/Nova/NovaFlat.ttf') format('truetype');
}

/*PHILOSOPHER*/
@font-face {
  font-family: 'Philosopher';
  src: url('font/Philosopher/Philosopher-Regular.ttf') format('truetype')
}
@font-face {
  font-family: 'Philosopher';
  src: url('font/Philosopher/Philosopher-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
  font-family: 'Philosopher';
  src: url('font/Philosopher/Philosopher-Italic.ttf') format('truetype');
	font-style: italic;
}
/*CARTER ONE*/
@font-face {
  font-family: 'Carter One';
  src: url('font/CarterOne/CarterOne.ttf') format('truetype');
}

/*FONT AWESOME*/
@font-face {
  font-family: 'FA Dragon';
  src: url('font/FontAwesome/fadragon.svg#fadragon') format('svg');
}
@font-face {
  font-family: 'FA Comment';
  src: url('font/FontAwesome/facomments.svg#facomments') format('svg');
	font-weight: bold;
}
@font-face {
  font-family: 'FA Keyboard';
  src: url('font/FontAwesome/fakeyboard.svg#fakeyboard') format('svg');
}
@font-face {
  font-family: 'FA Star';
  src: url('font/FontAwesome/fastar.svg#fastar') format('svg');
}
