/* DM Sans */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/DMSans/DMSans-Light.ttf') format('truetype');
}

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

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/DMSans/DMSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/DMSans/DMSans-Bold.ttf') format('truetype');
}

/* Nunito */
@font-face {
    font-family: "Nunito";
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Nunito/Nunito-Light.ttf') format('truetype'),
}

@font-face {
    font-family: "Nunito";
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Nunito/Nunito-Regular.ttf') format('truetype'),
}

@font-face {
    font-family: "Nunito";
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/Nunito/Nunito-SemiBold.ttf') format('truetype'),
}

@font-face {
    font-family: "Nunito";
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/Nunito/Nunito-Bold.ttf') format('truetype'),
}