@font-face {
    font-family: DMSans;
    src: url("../fonts/DMSans-Regular.ttf");
    font-weight: normal;
    font-display: fallback;
}

@font-face {
    font-family: DMSans;
    src: url("../fonts/DMSans-Medium.ttf");
    font-weight: 500;
    font-display: fallback;
}

@font-face {
    font-family: DMSans;
    src: url("../fonts/DMSans-Bold.ttf");
    font-weight: bold;
    font-display: fallback;
}
