@font-face {
    font-family:plex-sans;
    src:url(../fonts/IBMPlexSans-Regular.ttf);
    font-weight:400;
    font-display: swap;
}

@font-face {
    font-family:plex-sans;
    src:url(../fonts/IBMPlexSans-Light.ttf);
    font-weight:300;
    font-display: swap;
}

@font-face {
    font-family:plex-sans;
    src:url(../fonts/IBMPlexSans-Bold.ttf);
    font-weight:500;
    font-display: swap;
}

@font-face {
    font-family:plex-sans;
    src:url(../fonts/IBMPlexSans-Bold.ttf);
    font-weight:600;
    font-display: swap;
}

body {
    font-family:plex-sans;
    font-weight:400;
    -webkit-font-smooting:antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:700;
}