@font-face {
    font-family: "DM sans";
    src: url("./DMSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "DM sans";
    src: url("./DMSans-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "DM sans";
    src: url("./DMSans-bold.ttf") format("truetype");
    font-weight: 700;
}