﻿@font-face {
    font-family: 'IBM Plex Sans';
    src: url('IBMPlexSans.woff2') format('woff2'), url('IBMPlexSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('IBMPlexSans-Medium.woff2') format('woff2'), url('IBMPlexSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('IBMPlexSans-SemiBold.woff2') format('woff2'), url('IBMPlexSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans Bold';
    src: url('IBMPlexSans-Bold.woff2') format('woff2'), url('IBMPlexSans-Bold.woff') format('woff');
    font-weight: normal; /* This is the trick, it should use this font even with normal weight */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans Bold';
    src: url('IBMPlexSans-Bold.woff2') format('woff2'), url('IBMPlexSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'IBM Plex Sans SemiBold';
    src: url('/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('/fonts/IBMPlexSans-SemiBold.woff') format('woff');
    font-weight: normal;*/ /* This is the trick, it should use this font even with normal weight */
    /*font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM Plex Sans SemiBold';
    src: url('/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('/fonts/IBMPlexSans-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: 'IBM Plex Sans Condensed';
    src: url('IBMPlexSansCond.woff2') format('woff2'), url('IBMPlexSansCond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM Plex Sans Condensed';
    src: url('IBMPlexSansCond-Bold.woff2') format('woff2'), url('IBMPlexSansCond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM Plex Sans Condensed Bold';
    src: url('IBMPlexSansCond-Bold.woff2') format('woff2'), url('IBMPlexSansCond-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM Plex Sans Condensed Bold';
    src: url('IBMPlexSansCond-Bold.woff2') format('woff2'), url('IBMPlexSansCond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}