.rounded-5 {
    border-radius: 1.25rem !important;
}
.rounded-6 {
    border-radius: 1.5rem !important;
}
.rounded-7 {
    border-radius: 1.75rem !important;
}
.rounded-8 {
    border-radius: 2rem !important;
}

* {
    font-family: Montserrat, system-ui, sans-serif !important;
}