/* Regular DMSans font */
@font-face {
    font-family: 'DMSansRegular';
    src: url('../../fonts/DMSans-VariableFont_opsz,wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 100 700; /* Adjust the weight range as needed */
    font-display: swap;
}

/* Apply the regular font to the body or specific elements */
body {
    font-family: 'DMSansRegular', sans-serif !important;
}

.block-title {
    font-weight: 300 !important;;
}
