@import 'bootdesk.topmenu.css';

/* Variables */
:root {
    --bd-light-menu-hover: #e9ecef;
    --bd-light-menu-dropdown-active: #e5e5e5;
    --bd-light-notif-time-text: #afafaf;
    --bd-light-notif-span-text: #939393;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: var(--bs-dropdown-link-color);
}

/* Media Queries */
@media (max-width: 768px) {}