@font-face {
    font-family: 'Bebas Neue';
    src: url('../identidade_visual/Fontes/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nordique Pro';
    src: url('../identidade_visual/Fontes/nordique-pro-font/fontspring-demo-nordiquepro-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nordique Pro Bold';
    src: url('../identidade_visual/Fontes/nordique-pro-font/fontspring-demo-nordiquepro-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Custom scrollbar matching novaref.html */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #000000;
}
::-webkit-scrollbar-thumb {
    background: #1a1a1a;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #FF5A00;
}
