
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body{
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
}

.header-caveat{
    font-family: "Caveat", sans-serif;
    font-size: 56px;
    line-height: 56px;
}

.footer-caveat{
    font-family: "Caveat", sans-serif;
    font-size: 38px;
    line-height: 28px;
}

header{
    height: 850px;
}

@media only screen and (min-width: 800px) {
    header{
        height: 650px;
    }
}

.header-overlay{
    background-color: rgba(0, 0, 0, .45);
}

.point-image{
    height: 300px;
}

.point-number{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    padding: 0;
}

header img{
    height: 100px;
}

.rounded{
    border-radius: 25px !important;
}