/* Arimo (TTF - variable font) */
@font-face {
  font-family: "Arimo";
  src: url("../fonts/arimo/Arimo-wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900; /* Regular(400) / Semi(600) / Bold(700) */
  font-display: swap;
}

