/**
 * Font Faces
 */

@font-face {
  font-family: 'Permanent Marker';
  src: url('../Fonts/Permanent_Marker/PermanentMarker-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Inter Variable Font */
@font-face {
  font-family: 'Inter';
  src: url('../Fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}


