@media (max-width: 767px) {
    .py-section-gap {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
    .px-margin-page {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .text-headline-xl {
        font-size: 40px !important;
    }
    .text-headline-lg {
        font-size: 32px !important;
    }
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    vertical-align: middle;
}

body {
    font-family: 'DM Sans', sans-serif;
    background-color: #f9f9f9;
    color: #1a1c1c;
}

.tonal-card {
    background-color: #ffffff;
    border: 1px solid rgba(89, 110, 94, 0.1);
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}