@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('./Tipografias/BebasNeue-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('./Tipografias/Gotham-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    overflow-x: hidden;
    color: #DADACC;
    font-family: 'Gotham-Medium';
    background-color: #f2f2f2 !important;
    scroll-behavior: smooth;
}

.dis{
    visibility: hidden !important;
}

.dis2{
    visibility: visible !important;
}

.btn-primary-ex{
    background: #6A7152 !important;
    color: #DADACC;
    border: none;
    padding: 5px 50px !important;
    border-radius: 30px;
}

.btn-primary-om{
    background: #DADACC !important;
    color: #6A7152;
    border: none;
    padding: 5px 50px !important;
    border-radius: 30px;
}