/* Google Font's Droid Sans */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url('../fonts/DroidSans.ttf') format('truetype');
}
/* Google Font's Droid Sans Bold */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('../fonts/DroidSans-Bold.ttf') format('truetype');
}

/*Elektra
@font-face {
  font-family: 'Elektra';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ELEKTRA.ttf') format('truetype');
}*/

@font-face {
  font-family: 'Elektra';
  src: url('../fonts/Elektra.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

