@font-face {
    font-family: 'WindsorDOT-Bol';
    src: url('../fonts/WindsorDOT-Bol.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.font-family-windsor-dot-bol {
    font-family: 'WindsorDOT-Bol', sans-serif;
}

@font-face {
    font-family: 'PrattNovaText-Bold';
    src: url('../fonts/PrattNovaText-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.font-family-pratt-nova-text-bold {
    font-family: 'PrattNovaText-Bold', sans-serif;
}

.light-blue-bg {
    background: #eceef1;
}

.div-btn-whatsapp {
    position: fixed;
    float: bottom;
    bottom: 15px;
    right: 15px;
    z-index: 999999;
}