/* Bold  */
@font-face {
    font-family: 'address_sans_probold';
    src: url('../font/Bold/address_sans_pro_bold-webfont.woff2') format('woff2'),
         url('../font/Bold/address_sans_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Semi Bold */
@font-face {
    font-family: 'address_sans_prosemibold';
    src: url('../font/SemiBold/address_sans_pro_semibold-webfont.woff2') format('woff2'),
         url('../font/SemiBold/address_sans_pro_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: 'address_sans_proregular';
    src: url('../font/regular/address_sans_pro_regular-webfont.woff2') format('woff2'),
         url('../font/regular/address_sans_pro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'address_sans_prolight';
    src: url('../font/light/address_sans_pro_light-webfont.woff2') format('woff2'),
         url('../font/light/address_sans_pro_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../font/segoe_UI/Segoe-UI.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../font/segoe_UI/Segoe-UI-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../font/segoe_UI/Segoe-UI-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('../font/segoe_UI/Segoe_UI_Bold_Italic.woff') format('woff');
    }