.oswald {
    font-family: 'Oswald', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.sticky-header {
    width: 100%;
    height: inherit;
    position: sticky;
    top: 0;
}


.bg-light-custom {
    background: #ECEDEF;
}

.btn-custom {
    color: #fff !important; /* Text color */
    background-color: #800080 !important; /* Purple color */
    border-color: #800080 !important; /* Border color */
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    background-color: #6a006a !important; /* Darker purple on hover, focus, and active */
    border-color: #6a006a !important; /* Darker border on hover, focus, and active */
}

.bg-custom {
    background-color: #800080 !important; /* Purple color */
}