/* Roboto Font for app */

/* Roboto Thin */
@font-face {
  font-family: "Roboto";
  src: url("roboto-v30-latin-100.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Roboto Light */
@font-face {
  font-family: "Roboto";
  src: url("roboto-v30-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Roboto Regular */
@font-face {
  font-family: "Roboto";
  src: url("roboto-v30-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Roboto Medium */
@font-face {
  font-family: "Roboto";
  src: url("roboto-v30-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Roboto Bold */
@font-face {
  font-family: "Roboto";
  src: url("roboto-v30-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Roboto Black */
@font-face {
  font-family: "Roboto";
  src: url("roboto-v30-latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
