@font-face {
  font-family: 'droid-serif';
  src: url('/fonts/DroidSerif-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'droid-serif';
  src: url('/fonts/DroidSerif-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'droid-serif';
  src: url('/fonts/DroidSerif-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'droid-serif';
  src: url('/fonts/DroidSerif-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Nexa";
  src: url("/fonts/Nexa Light.woff") format('woff');
}

@font-face {
  font-family: "Nexa";
  src: url("/fonts/Nexa Bold.woff") format('woff');
  font-weight: bold;
}
