/* CSS FONTS */




/* 300 - Light */
@font-face {
    font-family: 'opensans';
    src: url('/memorials-online/fonts/OpenSans-Light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: 'opensans';
    src: url('/memorials-online/fonts/OpenSans-LightItalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic; }




/* 400 - Regular */
@font-face {
    font-family: 'opensans';
    src: url('/memorials-online/fonts/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal; }

@font-face {
    font-family: 'opensans';
    src: url('/memorials-online/fonts/OpenSans-Italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic; }




/* 600 - Semi Bold */
@font-face {
    font-family: 'opensans';
    src: url('/memorials-online/fonts/OpenSans-Semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal; }

@font-face {
    font-family: 'opensans';
    src: url('/memorials-online/fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic; }




/* 700 - Bold */
@font-face {
    font-family: 'opensans';
    src: url('/memorials-online/fonts/OpenSans-Bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal; }

@font-face {
    font-family: 'opensans';
    src: url('/memorials-online/fonts/OpenSans-BoldItalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic; }




/* 800 - Extra Bold */
@font-face {
    font-family: 'opensans';
    src: url('/memorials-online/fonts/OpenSans-ExtraBold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal; }

@font-face {
    font-family: 'opensans';
    src: url('/memorials-online/fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff');
    font-weight: 800;
    font-style: italic; }






