/** Font families*/

/* Manrope light */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../Fonts/manrope/Manrope-Light.woff2) format('woff2');
}
/* Manrope Regular */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../Fonts/manrope/Manrope-Regular.woff2) format('woff2');
}
/* Manrope medium */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../Fonts/manrope/Manrope-Medium.woff2) format('woff2');
}
/* Manrope semibold */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../Fonts/manrope/Manrope-SemiBold.woff2) format('woff2');
}
/* Manrope bold */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../Fonts/manrope/Manrope-Bold.woff2) format('woff2');
}

/* IBM Plex Mon */
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../Fonts/ibm-plex-mono/IBMPlexMono-Text.woff2) format('woff2');
}
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../Fonts/ibm-plex-mono/IBMPlexMono-TextItalic.woff2) format('woff2');
}
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../Fonts/ibm-plex-mono/IBMPlexMono-SemiBold.woff2) format('woff2');
}
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../Fonts/ibm-plex-mono/IBMPlexMono-SemiBoldItalic.woff2) format('woff2');
}
