@font-face {
    font-family: "DM Sans";
    src: url('../fonts/DMSans_18pt-Light.ttf') format('truetype'),
    url('../fonts/DMSans_18pt-Light.woff') format('woff'),
    url('../fonts/DMSans_18pt-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url('../fonts/DMSans_18pt-Regular.ttf') format('truetype'),
    url('../fonts/DMSans_18pt-Regular.woff') format('woff'),
    url('../fonts/DMSans_18pt-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url('../fonts/DMSans_18pt-Medium.ttf') format('truetype'),
    url('../fonts/DMSans_18pt-Medium.woff') format('woff'),
    url('../fonts/DMSans_18pt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url('../fonts/DMSans_18pt-SemiBold.ttf') format('truetype'),
    url('../fonts/DMSans_18pt-SemiBold.woff') format('woff'),
    url('../fonts/DMSans_18pt-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url('../fonts/DMSans_18pt-Bold.ttf') format('truetype'),
    url('../fonts/DMSans_18pt-Bold.woff') format('woff'),
    url('../fonts/DMSans_18pt-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url('../fonts/DMSans_18pt-Black.ttf') format('truetype'),
    url('../fonts/DMSans_18pt-Black.woff') format('woff'),
    url('../fonts/DMSans_18pt-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: "Source Code Pro";
    src: url('../fonts/SourceCodePro-Medium.ttf') format('truetype'),
    url('../fonts/SourceCodePro-Medium.woff') format('woff'),
    url('../fonts/SourceCodePro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Mono";
    src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype'),
    url('../fonts/IBMPlexMono-Regular.woff') format('woff'),
    url('../fonts/IBMPlexMono-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
