@font-face {
    font-family: DMSans;
    src: url("../Fonts/DMSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: DMSans;
    src: url("../Fonts/DMSans-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: DMSans;
    src: url("../Fonts/DMSans-Italic.ttf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url("../Fonts/Lato-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}