@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');

h2 {
    font-family: "Roboto Slab";
}

h3 {
    font-family: "Roboto Slab";
}


body {
    font-family: "Lato", sans-serif;
    font-weight: 100;
}

.notfound {
    background-color: #ddd;
    color: #555;
}

.found {
    background-color: red !important;
    color: white !important;
    font-weight: bold;
}
