@font-face {
    font-family: 'urbanist';
    src: url('../../fonts/Urbanist/Urbanist-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}

body {
    font-family: 'urbanist', sans-serif;
    font-style: normal;
    color: #000;
    background-color: #F7F8F8;
    letter-spacing: 0em;
}

.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.alert .close {
    color: #000;
    opacity: .2;
}

.close {
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

@media screen and (max-width: 768px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}
