@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    src: local('Open Sans Light'),
        url('/fonts/OpenSansLight.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: italic;
    src: local('Open Sans Light Italic'),
        url('/fonts/OpenSansLightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    src: local('Open Sans'),
        url('/fonts/OpenSansRegular.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: italic;
    src: local('Open Sans Italic'),
        url('/fonts/OpenSansItalic.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    src: local('Open Sans SemiBold'),
        url('/fonts/OpenSansSemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: italic;
    src: local('Open Sans SemiBold Italic'),
        url('/fonts/OpenSansSemiBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    src: local('Open Sans Bold'),
        url('/fonts/OpenSansBold.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: italic;
    src: local('Open Sans Bold Italic'),
        url('/fonts/OpenSansBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    src: local('Open Sans ExtraBold'),
        url('/fonts/OpenSansExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: italic;
    src: local('Open Sans ExtraBold Italic'),
        url('/fonts/OpenSansExtraBoldItalic.woff') format('woff');
}