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

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

@font-face {
  font-family: 'Roboto';
  src:
    url('./static/fonts/Roboto-Medium.woff2') format('.woff2'),
    url('./static/fonts/Roboto-Medium.woff') format('.woff'),
    url('./static/fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: medium;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('./static/fonts/Roboto-Bold.woff2') format('woff2'),
    url('./static/fonts/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: bold;
}

::-ms-reveal {
  display: none;
}

a {
  color: #0038ff;
}

a:visited {
  color: #0038ff;
}

a:hover {
  color: #0038ff;
}

a:focus {
  color: #0038ff;
}

a:active {
  color: #0038ff;
}
