:root {
    --bs-primary: #1a73e8;
    --bs-secondary: #ff5722;
    --bs-success: #28a745;
    --bs-info: #17a2b8;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}

body {
    font-family: 'Rubik', sans-serif !important;
}

.dropdown-toggle-no-icon::after {
    display: none !important;
}
