@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src:
    url("../font/Roboto-Light.ttf") format("truetype"),
    url("../font/Roboto-Light.woff") format("woff"),
    url("../font/Roboto-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src:
    url("../font/Roboto-LightItalic.ttf") format("truetype"),
    url("../font/Roboto-LightItalic.woff") format("woff"),
    url("../font/Roboto-LightItalic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src:
    url("../font/Roboto-Regular.ttf") format("truetype"),
    url("../font/Roboto-Regular.woff") format("woff"),
    url("../font/Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src:
    url("../font/Roboto-Medium.ttf") format("truetype"),
    url("../font/Roboto-Medium.woff") format("woff"),
    url("../font/Roboto-Medium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src:
    url("../font/Roboto-Black.ttf") format("truetype"),
    url("../font/Roboto-Black.woff") format("woff"),
    url("../font/Roboto-Black.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src:
    url("../font/Roboto-BlackItalic.ttf") format("truetype"),
    url("../font/Roboto-BlackItalic.woff") format("woff"),
    url("../font/Roboto-BlackItalic.woff2") format("woff2");
}
