@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: "Arimo";
  font-style: normal;
  font-weight: 700;
  src:
    url("../font/Arimo-Bold.ttf") format("truetype"),
    url("../font/Arimo-Bold.woff") format("woff"),
    url("../font/Arimo-Bold.woff2") format("woff2");
}