/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
/* font-family: "Quicksand", sans-serif; */

/* Global Styles */
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: "Quicksand", sans-serif !important;
}
/* Page Wrapper */
.page-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* Effects */
.custom-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
