@font-face {
  font-family: "RH Arimo";
  src: url("./assets/fonts/arimo-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RH Arimo";
  src: url("./assets/fonts/arimo-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RH Noto Sans";
  src: url("./assets/fonts/noto-sans-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RH Noto Sans";
  src: url("./assets/fonts/noto-sans-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RH Oswald";
  src: url("./assets/fonts/oswald-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RH Roboto Condensed";
  src: url("./assets/fonts/roboto-condensed-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
