﻿
@font-face {
    font-family: 'Nimbus Sans L';
    src: url('/assets/fonts/nimbus-sans-l.regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Novecento Sans Wide';
    src: url('/assets/fonts/Novecentosanswide-Normal.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.whatsapp img {
    width: 75px;
    position: fixed;
    right: 12px;
    bottom: 92px;
    z-index: 999999999999999999999999999999;
}

@media screen and (max-width: 460px) {
    .whatsapp img {
        width: 66px;
        height: 66px; 
        position: fixed;
        right: 12px;
        bottom: 80px;
    }
}

@media (min-width: 768px) {
    #header:not(.sticky-active) nav ul {
        display: none;
    }
}

