
@font-face {
    font-family: 'Inter';
    src: url('../webfonts/Inter/Inter-Black.woff') format('woff2'),
        url('../webfonts/Inter/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../webfonts/Inter/Inter-Medium.woff') format('woff2'),
        url('../webfonts/Inter/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../webfonts/Inter/Inter-Bold.woff') format('woff2'),
        url('../webfonts/Inter/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../webfonts/Inter/Inter-Regular.woff') format('woff2'),
        url('../webfonts/Inter/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../webfonts/Inter/Inter-SemiBold.woff') format('woff2'),
        url('../webfonts/Inter/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'DM Sans';
    src:url('../webfonts/DmSans/DMSans-Black.woff') format('woff2'),
       url('../webfonts/DmSans/DMSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src:url('../webfonts/DmSans/DMSans-Bold.woff') format('woff2'),
       url('../webfonts/DmSans/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src:url('../webfonts/DmSans/DMSans-Regular.woff') format('woff2'),
       url('../webfonts/DmSans/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src:url('../webfonts/DmSans/DMSans-Medium.woff') format('woff2'),
       url('../webfonts/DmSans/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src:url('../webfonts/DmSans/DMSans-SemiBold.woff') format('woff2'),
       url('../webfonts/DmSans/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
