@font-face {
    font-family: Gontserrat;
    src: url(../assets/Gontserrat-Regular.ttf);
}

@font-face {
    font-family: Sono;
    src: url(../assets/Sono-Light.ttf);
}

h1 {
    font-family: 'Gontserrat', 'Times New Roman', Times, serif;
}

h2 {
    font-family: 'Gontserrat', 'Times New Roman', Times, serif;
}

p {
    font-family: 'Gontserrat', 'Times New Roman', Times, serif;
}

li {
    font-family: 'Gontserrat', 'Times New Roman', Times, serif;
}

p code {
    font-family: 'Sono', 'Times New Roman', Times, serif;
}