@font-face {
    font-family: "Koruri";
    src: url("./fonts/koruri-regular.eot");
    src: url("./fonts/koruri-regular.eot?#iefix") format("embedded-opentype"),
         url("./fonts/koruri-regular.woff") format("woff"),
         url("./fonts/koruri-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Koruri";
    src: url("./fonts/koruri-semibold.eot");
    src: url("./fonts/koruri-semibold.eot?#iefix") format("embedded-opentype"),
         url("./fonts/koruri-semibold.woff") format("woff"),
         url("./fonts/koruri-semibold.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Koruri";
    src: url("./fonts/koruri-bold.eot");
    src: url("./fonts/koruri-bold.eot?#iefix") format("embedded-opentype"),
         url("./fonts/koruri-bold.woff") format("woff"),
         url("./fonts/koruri-bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

html, body, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
    font-family: "Koruri", sans-serif;
    font-size: 14px;
    min-height: 100%;
}

main {
    min-width: 300px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
    overflow-wrap: normal;
}

h1 {
    font-size: 28px;
    margin-bottom: 0.5rem;
}
h2 {
    font-size: 21px;
    margin-bottom: 0.75rem;
}