  @font-face {
    font-family: Roboto_regular;
    src: url(./Fonts/Roboto-Regular.ttf);
  }
  
  @font-face {
    font-family: Roboto_bold;
    src: url(./Fonts/Roboto-Bold.ttf);
  }
  
  @font-face {
    font-family: Futura_bold;
    src: url(./Fonts/futura-bold.ttf);
  }
  
  @font-face {
    font-family: Gotham_black;
    src: url(./Fonts/Gotham-Black.otf);
  }
  
  @font-face {
    font-family: Gotham_book;
    src: url(./Fonts/Gotham-Book.otf);
  }
  
  @font-face {
    font-family: Dashiellfine_demi;
    src: url(./Fonts/dashiellfine-demi-3.otf);
  }

  .gotham-black{
    font-family: Gotham_black;
  }
  .gotham-book{
    font-family: Gotham_book;
  }
  .dashiellfine{
    font-family:  Dashiellfine_demi;
  }
  