@font-face {
    font-family: "Bree";
    src: url("fonts/Bree-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}

h1 {
    margin: 1em 0;
    font-size: 1.5em;
    font-weight: 700;
}

img {
    max-width: 80vw;
    margin: 1em 0;
}

p {
    font-family: "Bree", sans-serif;
    margin: 2em 0;
    font-size: 1.5em;
    line-height: 1.5;
}