:root, [data-bs-theme="light"] {
    --bs-font-sans-serif: "Lab Grotesque", -apple-system, BlinkMacSystemFont, Arial, "Liberation Sans", "Nimbus Sans L", sans-serif;
    
    --bs-body-font-family: var(--bs-font-sans-serif);
    $h1-font-size: 40px;
    $headings-margin-bottom:20px;
    @import "bootstrap/scss/bootstrap";

    h1{
    line-height: 32px !important;
    font-weight: 700 !important; 
    }

    --bs-success-rgb: 37, 173, 80;

    .text-white-50{
        color: rgba(255, 255, 255, .8) !important;
    }

    .sidebar-link{
        color:rgba(0, 0, 0, 0.96);
    }
    .sidebar-link.active{
        background-color: rgba(0, 0, 0, 0.16);
        color:rgba(0, 0, 0, 0.96);
    };
    .sidebar-link:hover{
        background-color: rgba(0, 0, 0, 0.08);
        color:rgba(0, 0, 0, 0.96);
    };
}

