/*-------------------------------------------------------------------------
                                FONTS IMPORT
--------------------------------------------------------------------------*/

@font-face {
  font-family: "custom-font";
  src:
    url("/css/fonts/RotisSemiSerifStd.woff2") format("woff2"),
    url("/css/fonts/RotisSemiSerifStd.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
