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

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

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

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