html,
body {
    background-color: white !important;
    color: black !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Urbanist', sans-serif !important;
}

.no-focus,
.no-focus:focus {
    outline: none !important;
    box-shadow: none !important
}

.ff-pacifico {
    font-family: 'Pacifico', cursive !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.text-blue {
    color: #1297f5 !important;
}

a.text-blue:focus,
a.text-blue:hover {
    color: #0262a5 !important;
    transition: 0.3s;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}