@font-face {
    font-family: Open Sans Regular;
    font-weight: 400;
    font-style: normal;
    src: url(/static/fonts/open-sans-regular.woff) format('woff');
}

@font-face {
    font-family: Open Sans Semibold;
    font-style: normal;
    font-weight: 400;
    src: url(/static/fonts/open-sans-semibold.woff) format('woff');
}

@font-face {
    font-family: Open Sans Bold;
    font-weight: 400;
    font-style: normal;
    src: url(/static/fonts/open-sans-bold.woff) format('woff');
}

@font-face {
    font-family: plex-icons-new;
    src: url(/static/fonts/plex-icons-new.woff) format('woff');
}

@font-face {
    font-family: plex-icons;
    src: url(/static/fonts/plex-icons.woff) format('woff');
}

@font-face {
    font-family: Glyphicons Regular;
    src: url(/static/fonts/glyphicons-regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Glyphicons Social Regular;
    src: url(/static/fonts/glyphicons-social-regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}