// Import Poppins font from Google Fonts
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');


* {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}


.image-fluid {
    width: 100%;
    height: 100%;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: generate-shade(map-get($base-color-palette, "gray"), 30, 'lighten');
}


.disabled-scrolling {
    overflow: hidden !important;
}