@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/fonts/gstatic-roboto.tff) format('truetype');
}

@font-face {
    font-family: 'explorious';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/explorious.ttf') format('truetype');

}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/Roboto-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Launchbot';
    font-style: normal;
    src: url('/fonts/Launchbot.ttf') format('truetype');
}

