/* You can add global styles to this file, and also import other style files */
body {
  background-image: url('paper_background_edited.jpg');
}
@font-face {
  font-family: "FairfieldLight";
  src: url('FairfieldLTStd-Light.otf');
}
@font-face {
  font-family: "Sanchez";
  src: url('Sanchez-Regular.ttf');
}
* {
  font-family: "FairfieldLight";
}
