@font-face {
    font-family: 'Electron';
    font-weight: 100;
    /* or 'light' */
    font-display: swap;
    src: url('../fonts/FbElectronCon-ExtraLight.woff') format('woff');
}    

@font-face {
    font-family: 'Electron';
    font-weight: 300;
    /* or 'light' */
    font-display: swap;
    src: url('../fonts/FbElectronCon-Light.woff') format('woff');
}

@font-face {
    font-family: 'Electron';
    font-weight: 400;
    /* or 'normal' */
    font-display: swap;
    src: url('../fonts/FbElectronCon-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Electron';
    font-weight: 600;
    /* or 'semibold' */
    font-display: swap;
    src: url('../fonts/FbElectronCon-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Electron';
    font-weight: 700;
    /* or 'bold' */
    font-display: swap;
    src: url('../fonts/FbElectronCon-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Electron';
    font-weight: 900;
    /* or 'black' */
    font-display: swap;
    src: url('../fonts/FbElectronCon-Black.woff') format('woff');
}