/* Thin */
@font-face {
  font-family: "ui-font";
  src: url("fonts/Roboto-Thin.woff2") format("woff2");
  font-weight: 100; /* Thin */
  font-style: normal;
}

/* Light */
@font-face {
  font-family: "ui-font";
  src: url("fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300; /* Light */
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: "ui-font";
  src: url("fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400; /* Regular */
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: "ui-font";
  src: url("fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500; /* Medium */
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "ui-font";
  src: url("fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700; /* Bold */
  font-style: normal;
}

/* Black */
@font-face {
  font-family: "ui-font";
  src: url("fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900; /* Black */
  font-style: normal;
}
