/* Roboto - Local Hosting */

/* Light (300) */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("/assets/fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-display: swap;
  }
  @font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    src: url("/assets/fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
    font-display: swap;
  }
  
  /* Regular (400) */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-display: swap;
  }
  @font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: url("/assets/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
    font-display: swap;
  }
  
  /* Medium (500) */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("/assets/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-display: swap;
  }
  @font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    src: url("/assets/fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
    font-display: swap;
  }
  
  /* Bold (700) */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("/assets/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-display: swap;
  }
  @font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    src: url("/assets/fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
    font-display: swap;
  }
  