@font-face {
    font-family: Neuron;
    src: url(/staticContent/Neuron.ttf) format("truetype");
    font-style: normal;
    font-display: block;
    font-weight: normal;
}
@font-face {
    font-family: NeuronBold;
    src: url(/staticContent/Neuron-Bold.ttf) format("truetype");
    font-style: normal;
    font-display: block;
    font-weight: bold;
}

@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-display: block;
    font-weight: normal;
    src: url(/staticContent/OpenSans-Regular-webfont.woff) format("woff");
}

@font-face {
    font-family: OpenSansBold;
    font-style: normal;
    font-display: block;
    font-weight: bold;
    src: url(/staticContent/OpenSans-Bold-webfont.woff) format("woff");
}

@font-face {
    font-family: OpenSansSemiBold;
    font-style: normal;
    font-display: block;
    font-weight: bold;
    src: url(/staticContent/OpenSans-Semibold-webfont.woff) format("woff");
}
@font-face {
    font-family: OpenSansItalic;
    font-style: normal;
    font-display: block;
    font-weight: normal;
    src: url(OpenSans-Italic-webfont.woff) format("woff");
}
@font-face {
    font-family: OpenSansBoldItalic;
    font-style: normal;
    font-display: block;
    font-weight: bold;
    src: url(OpenSans-BoldItalic-webfont.woff) format("woff");
}
