/*Custom font*/@font-face {
  font-family: 'TimesNewRomanPSMT';
  src: url('TimesNewRomanPSMT.svg#TimesNewRomanPSMT') format('svg'),
       url('TimesNewRomanPSMT.ttf') format('truetype'),
       url('TimesNewRomanPSMT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TitilliumWeb-Regular';
  src: url('TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg'),
       url('TitilliumWeb-Regular.ttf') format('truetype'),
       url('TitilliumWeb-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TitilliumWeb-Bold';
  src: url('TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg'),
       url('TitilliumWeb-Bold.ttf') format('truetype'),
       url('TitilliumWeb-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

