body {
  font-family: 'Raleway', sans-serif;
}

.sf-bg-blue {
    background-color: #242B62 !important;
}

.sf-text-blue {
    color: #242B62 !important;
}

.sf-text-red {
    color: #FF2D2D !important;
}

.col-md-4 h2.h5 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #242B62;
}

.col-md-4 p.text-muted {
    font-size: 1.1rem;
}

.catalog-button {
    color: white !important;
    background-color: #FF2D2D !important;
    border-color: #FF2D2D !important;
}

.catalog-button:hover
.catalog-button:active {
    color: white !important;
    background-color: #FF2D2D !important;
}

footer.text-muted {
    font-weight: 700;
    color: #242B62 !important;
    background-color: #f8f9fa;
}

.sf-bg-blue {
    background-color: #1e3a8a;
    color: white;
}

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

.btn-promo {
    background-color: #ef4444;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-promo:hover {
    background-color: #dc2626;
    color: white;
}

.buy-button {
    color: white !important;
    background-color: #1e3a8a !important;
    border-color: #1e3a8a !important;
}

.buy-button:hover
.buy-button:active {
    color: white !important;
    background-color: #dc2626 !important;
}

.pay-button {
    color: white !important;
    background-color: #1e3a8a !important;
    border-color: #1e3a8a !important;
}