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

@font-face {
  font-family: "light-font";
  src:
    url("/css/fonts/Satoshi-Light.woff2") format("woff2"),
    url("/css/fonts/Satoshi-Light.woff") format("woff"),
    url("/css/fonts/Satoshi-Light.ttf") format("ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

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

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