@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('fonts'), url("../fonts/Roboto-Light.ttf") format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('fonts'), url("../fonts/Roboto-LightItalic.ttf") format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('fonts'), url("../fonts/Roboto-RegularItalic.ttf") format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('fonts'), url("../fonts/Roboto-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('fonts'), url("../fonts/Roboto-Medium.ttf") format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('fonts'), url("../fonts/Roboto-MediumItalic.ttf") format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('fonts'), url("../fonts/Roboto-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('fonts'), url("../fonts/Roboto-BoldItalic.ttf") format('truetype');
}
@font-face {
  font-family: 'Britannic';
  font-style: normal;
  font-weight: 700;
  src: local('fonts'), url("../fonts/BritannicBold.ttf") format('truetype');
}