/* Font Face Definitions */
@font-face {
  font-family: 'Cleo Folk';
  src: url('/fonts/Cleo Folk_Demo.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JUST Sans';
  src: url('/fonts/JUST Sans ExBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Interphases';
  src: url('/fonts/TT Interphases Pro Trial Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
