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