  @font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url('../assets/fonts/Roboto-Thin.ttf');
  }

  @font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 200;
    src: url('../assets/fonts/Roboto-ExtraLight.ttf');
  }

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

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

  @font-face {
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    src: url('../assets/fonts/Roboto-Medium.ttf');
  }

  @font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    src: url('../assets/fonts/Roboto-SemiBold.ttf');
  }

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

  @font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 800;
    src: url('../assets/fonts/Roboto-ExtraBold.ttf');
  }

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