@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

*{
    font-family: "Lato", sans-serif;
}

.bg-red{
    background: #F00608;
    color: white;
}

.bg-grey{
    background-color: #747474;
    color: white;
}

.text-red{
    color: #F00608;
}

.text-grey{
    color: #747474;
}

.border-red{
    border-color: #F00608;
}

.border-t-grey{
    border-top: #747474 4px solid;
}