@import url('//fonts.googleapis.com/css?family=Poppins:100,300,400,500,600,700,800,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/

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

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Medium.eot');
    src: url('../fonts/SFProText-Medium.eot#iefix') format('embedded-opentype'),
        url('../fonts/SFProText-Medium.woff') format('woff2'),
        url('../fonts/SFProText-Medium.woff') format('woff'),
        url('../fonts/SFProText-Medium.ttf') format('truetype'),
        url('../fonts/SFProText-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}