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

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

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