@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/Roboto-Light.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/fonts/Roboto-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(/fonts/Roboto-Medium.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/Roboto-Bold.woff) format('woff');
}

@font-face {
	font-family: 'Britannic Bold';
	font-style: normal;
	font-weight: bold;
	src: local('Britannic Bold'), url('/fonts/Britannic.woff') format('woff'), url('/fonts/Britannic.ttf') format('truetype'), url('/fonts/Britannic.svg') format('svg');
}

@font-face {
	font-family: 'Britannic Bold';
	font-style: normal;
	font-weight: bold;
	src: url('/fonts/Britannic.eot');
}