@font-face {
    font-family: 'bps-icons';
    src:
            url('bps-icons/bps-icons_light.ttf') format('truetype'),
            url('bps-icons/bps-icons_light.woff') format('woff'),
            url('bps-icons/bps-icons_light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'bps-icons';
    src:
            url('bps-icons/bps-icons.ttf') format('truetype'),
            url('bps-icons/bps-icons.woff') format('woff'),
            url('bps-icons/bps-icons.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

i.bps-icon {
    width: 1em;
    height: 1em;
    overflow: hidden;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'bps-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*В IE Шрифты отключены, пока нам не дадут нормальную версию */
@font-face {
    font-family: 'SeroPro';
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SeroPro';
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SeroPro';
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'SeroPro';
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'SeroPro';
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SeroPro';
    font-weight: 500;
    font-style: italic;
}


@font-face {
    font-family: 'SeroPro';
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SeroPro';
    font-weight: 700;
    font-style: italic;
}
@font-face {
  font-family: 'SeroPro';
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SeroPro';
  font-weight: 900;
  font-style: italic;
}