/*Fonts*/
@font-face {
    font-family: "Aesthetic Moment";
    src: url(/fonts/AestheticMoment-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "C800";
    src: url(/fonts/C800.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Greater Theory";
    src: url(/fonts/GreaterTheory.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Heavitas";
    src: url(/fonts/Heavitas.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Instagram Sans";
    src: url(/fonts/InstagramSans.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url(/fonts/Poppins-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

/*Styling*/
body {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-family: Arial;
    background-color: #f8f6f2;
    background-image: url('/images/paper-texture 2.jpg');
    background-blend-mode: luminosity;
  }

  
