
/* Space Grotesk Font */
@font-face {
    font-family: 'Space Grotesk';
    src: url('../font-family/SpaceGrotesk-Medium.woff2') format('woff2'),
        url('../font-family/SpaceGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../font-family/SpaceGrotesk-Regular.woff2') format('woff2'),
        url('../font-family/SpaceGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../font-family/SpaceGrotesk-SemiBold.woff2') format('woff2'),
        url('../font-family/SpaceGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../font-family/SpaceGrotesk-Bold.woff2') format('woff2'),
        url('../font-family/SpaceGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Font */
@font-face {
    font-family: 'DM Sans';
    src: url('../font-family/DMSans-ExtraBold.woff2') format('woff2'),
        url('../font-family/DMSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../font-family/DMSans-Light.woff2') format('woff2'),
        url('../font-family/DMSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../font-family/DMSans-Medium.woff2') format('woff2'),
        url('../font-family/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../font-family/DMSans-Regular.woff2') format('woff2'),
        url('../font-family/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../font-family/DMSans-SemiBold.woff2') format('woff2'),
        url('../font-family/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../font-family/DMSans-Bold.woff2') format('woff2'),
        url('../font-family/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}