@import url("//fonts.googleapis.com/css2?family=Rasa");
@import url("//fonts.googleapis.com/css2?family=Aleo");
@import url("//fonts.googleapis.com/css2?family=Geist");

body {
    background-color: #f9fdfe;
    color: #2c365a;
    font-weight: 400;
    font-family: 'Rasa','IBM Plex Serif', serif;
    font-size: 135%
}

address {
    font-family: 'Aleo',serif;
    color: #000000;
    font-size: 65%;
}

h1 {
    font-family: 'Rasa','IBM Plex Serif', serif;
    font-size: 250%;
    font-weight: 900;
    text-align: center;
    color: #55171D;
    margin-bottom: .2em;
}

h2 {
    font-family: 'Geist',sans-serif;
    color: #55171D;
    font-weight: 700;
    font-size: 125%;
    margin-bottom: .5em;
    text-decoration: underline;
}

h3 {
    font-family: 'Geist',sans-serif;
    font-size: 115%;
    color: #55171D;
    margin-bottom: .2em;
    text-decoration: underline;
}

h4 {
    font-family: 'Geist',sans-serif;
    color: #55171D;
    font-size: 105%;
    margin-bottom: .2em;
    text-decoration: underline;
}
