/* Permanent Marker */
@font-face {
  font-family: "PermanentMarker-Regular";
  src: url("/fonts/PermanentMarker-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/* Lato */
@font-face {
  font-family: "Lato-Regular";
  src: url("/fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Lato-Italic";
  src: url("/fonts/Lato-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Lato-Bold";
  src: url("/fonts/Lato-Bold.ttf") format("truetype");
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: "Lato-Black";
  src: url("/fonts/Lato-Black.ttf") format("truetype");
  font-style: bold;
  font-weight: 900;
}

@font-face {
  font-family: "Lato-Light";
  src: url("/fonts/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Lato-Thin";
  src: url("/fonts/Lato-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
