/*ROBOT FAMILY*/

@font-face {
    font-family: "Roboto";
    src: url('resources/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url('resources/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url('resources/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url('resources/fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url('resources/fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900; /* Black weight */
    font-style: normal;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url('resources/fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900; /* Black weight */
    font-style: italic;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url('resources/fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300; /* Light weight */
    font-style: normal;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url('resources/fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300; /* Light weight */
    font-style: italic;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url('resources/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium weight */
    font-style: normal;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url('resources/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500; /* Medium weight */
    font-style: italic;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url('resources/fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100; /* Thin weight */
    font-style: normal;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url('resources/fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100; /* Thin weight */
    font-style: italic;
  }


/*POPPINS FAMILY*/
@font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900; /* Black weight */
    font-style: normal;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900; /* Black weight */
    font-style: italic;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300; /* Light weight */
    font-style: normal;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300; /* Light weight */
    font-style: italic;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium weight */
    font-style: normal;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500; /* Medium weight */
    font-style: italic;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 100; /* Thin weight */
    font-style: normal;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100; /* Thin weight */
    font-style: italic;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200; /* ExtraLight weight */
    font-style: normal;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200; /* ExtraLight weight */
    font-style: italic;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600; /* SemiBold weight */
    font-style: normal;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600; /* SemiBold weight */
    font-style: italic;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* ExtraBold weight */
    font-style: normal;
  }
  
  @font-face {
    font-family: "Poppins";
    src: url('resources/fonts/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800; /* ExtraBold weight */
    font-style: italic;
  }