@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Roboto Slab', serif;
}
section {
    margin-bottom: 5rem;
    padding-top: 3rem;
}
.green {
    color: #59C028;
}
.blue {
    color: #0087D8;
}
.red {
    color: red;
}
.header-text {
    font-weight: normal;
}
.title {
    border-bottom: 4px solid red;
    margin-bottom: 10px;
}
.text {
    font-size: 1.4rem;
}
.text-price {
    font-size: 1rem;
    font-weight: normal;
}
.text-price-bold {
    font-size: 1rem;
    font-weight: bold;
}
.text-price-normal {
    font-size: 1rem;
    font-weight: normal;
}
.text-contact {
    font-size: 1.4rem;
    font-weight: bold;
}
.text-contact-normal {
    font-size: 1.4rem;
    font-weight: bold;
}
.border-left-red {
    border-left: 4px solid red;
}
.time {
    font-weight: bold;
    font-size: 1.5rem;
}


