/* Formula1 Bold */
@font-face {
  font-family: 'Formula1 Bold';
  src: url('Formula1-Bold_web.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Titillium Bold */
@font-face {
  font-family: 'Titillium';
  src: url('Titillium-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* Titillium Light */
@font-face {
  font-family: 'Titillium';
  src: url('Titillium-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
