/*---------------------------
    FONTS
---------------------------*/
@font-face {
  font-family: "Gloridot";
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/d.woff') format('woff');
}

@font-face {
  font-family: "Fraunces-variable";
  font-display: auto;
  font-style: normal;
  font-weight: 100 900;
  font-stretch: normal;
  src: url('/assets/fonts/Fraunces[SOFT\,WONK\,opsz\,wght].woff2') format('woff2');
}

@font-face {
  font-family: "Fraunces-variable";
  font-display: auto;
  font-style: italic;
  font-weight: 100 900;
  font-stretch: normal;
  src: url('/assets/fonts/Fraunces-Italic[SOFT\,WONK\,opsz\,wght].woff2') format('woff2');
}