@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotomedium";
  src: url("../fonts/roboto-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotobold";
  src: url("../fonts/roboto-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotolight";
  src: url("../fonts/roboto-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.FRobotoRegular,
.roboto-r {
  font-family: var(--roboto-r);
}
.FRobotoMedium,
.roboto-m {
  font-family: var(--roboto-m);
}
.FRobotoBold,
.roboto-b {
  font-family: var(--roboto-b);
}
.FRobotoLight,
.roboto-l {
  font-family: var(--roboto-l);
}
