@font-face {
      font-family: 'mbta';
      src: url('https://fontman1982.angelfire.com/fonts/MBTABAD_.TTF') format('truetype');
    }
    
.overpass-<uniquifier> {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
  background-color: white;
  color: black;
  font-family: 'overpass', sans-serif;
}


