@font-face {
    font-family: "iA Writer Quattro";
    src: url("fonts/iAWriterQuattroS-Regular.eot") format("embedded-opentype"),
        url("fonts/iAWriterQuattroS-Regular.woff2") format("woff2"),
        url("fonts/iAWriterQuattroS-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "ia Writer Quattro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;;
}

body {
	padding: 1vh 1vw;
}