@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Noto+Sans:wght@100&display=swap');

body {
    font-family: 'Noto Sans', sans-serif;
}

h1, h2, h3, h4, h5{
    font-family: 'Abril Fatface', cursive;  
}

p {
    text-indent: 2em;
}

