@font-face {
  font-family: "ROBOTO";
  src: url("/static/home/fonts/ROBOTO-REGULAR.TTF");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ROBOTO-BOLD";
  src: url("/static/home/fonts/ROBOTO\ BOLD.TTF");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ROBOTO-LIGHTITALIC";
  src: url("/static/home/fonts/ROBOTO-LIGHTITALIC.TTF");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ROBOTO-THIN";
  src: url("/static/home/fonts/ROBOTO\ THIN.TTF");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "ROBOTO";
}

.font-title {
  font-family: "ROBOTO-BOLD";
}
