/*
* Fonts Style Sheet
* NYCARE 2014 / NYCARE2014
* DS May/2014
*/



/*  ______   Updated fonts Mar/2018.  The original font & icons are below. Icons weren't updated -  ala*/

/* Open Sans Regular */

@font-face {
    font-family: 'open_sansregular';
    src: url('open-sans-v16-latin-regular.woff2') format('woff2'),
         url('open-sans-v16-latin-regular.woff') format('woff'),
         url('OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Open Sans Semibold */
@font-face {
    font-family: 'open_sans_semibold';
    src: url('open-sans-v16-latin-700.woff2') format('woff2'),
         url('open-sans-v16-latin-700.woff') format('woff'),
         url('OpenSans-Bold.ttf') format('truetype');  
    font-weight: normal;
    font-style: normal;
}

/* Open Sans Bold */
@font-face {
    font-family: 'open_sansbold';
    src: url('open-sans-v16-latin-700.woff2') format('woff2'),
         url('open-sans-v16-latin-700.woff') format('woff'),
         url('OpenSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Open Sans Italic */
@font-face {
    font-family: 'open_sans_italic';
    src:  url('open-sans-v16-latin-italic.woff2') format('woff2'),
          url('open-sans-v16-latin-italic.woff') format('woff'),
          url('OpenSans-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/*  _____________  Old Font & Icon Settings   -  ala         */

/* Open Sans Regular */

/*@font-face {
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular.eot');
    src: url('OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular.woff') format('woff'),
         url('OpenSans-Regular.ttf') format('truetype'),
         url('OpenSans-Regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* Open Sans Semibold */
/*@font-face {
    font-family: 'open_sans_semibold';
    src: url('OpenSans-Semibold.eot');
    src: url('OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Semibold.woff') format('woff'),
         url('OpenSans-Semibold.ttf') format('truetype'),
         url('OpenSans-Semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* Open Sans Bold */
/*@font-face {
    font-family: 'open_sansbold';
    src: url('OpenSans-Bold.eot');
    src: url('OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Bold.woff') format('woff'),
         url('OpenSans-Bold.ttf') format('truetype'),
         url('OpenSans-Bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* Open Sans Italic */
/*@font-face {
    font-family: 'open_sans_italic';
    src: url('OpenSans-Italic.eot');
    src: url('OopenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Italic.woff') format('woff'),
         url('OpenSans-Italic.ttf') format('truetype'),
         url('OpenSans-Italic.svg#open_sans_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/* Icons */
@font-face {
    font-family: 'icons';
    src:url('icons.eot?-1otb2k');
    src:url('icons.eot?#iefix-1otb2k') format('embedded-opentype'),
        url('icons.woff?-1otb2k') format('woff'),
        url('icons.ttf?-1otb2k') format('truetype'),
        url('icons.svg?-1otb2k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}






