
.banner-background {
    background-image: url('/img/banner-background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Ibm Plex Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Sintony', sans-serif; */
    font-family: 'IBM Plex Sans Condensed', sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}