.dm {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
}

.dm {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: italic;
}

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

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