/* Poppins Font */
@font-face {
    font-family: Poppins Regular;
    src: local('Poppins Regular'),
        url('../fonts/poppins/Poppins-Regular.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: Poppins Bold;
    src: local('Poppins Bold'),
        url('../fonts/poppins/Poppins-Bold.woff2') format('woff2');/* IE6-IE8 */
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: Poppins SemiBold;
    src: local('Poppins SemiBold'),
        url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2');/* IE6-IE8 */
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: Poppins Light;
    src: local('Poppins Light'),
        url('../fonts/poppins/Poppins-Light.woff2') format('woff2');/* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: Poppins;
    src: local('Poppins'),
        url('../fonts/poppins/Poppins-Medium.woff2') format('woff2');/* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: Poppins Italic;
        src: local('Poppins Italic'),

    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}
/* Poppins Font */

/* Segoe UI Font */
@font-face {
    font-family: Segoe UI;
    src: local('Segoe UI'),
        url('../fonts/segoe_ui/Segoe-UI.woff2') format('woff2');/* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: Segoe UI Bold;
    src: local('Segoe UI Bold'),
        url('../fonts/segoe_ui/Segoe-UI-Bold.woff2') format('woff2');/* IE6-IE8 */
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: Segoe UI SemiBold;
    src: local('Segoe UI SemiBold'),
        url('../fonts/segoe_ui/Segoe-UI-Semi-Bold.woff2') format('woff2');/* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}

body {
    font-family: Poppins, Poppins Light, Poppins Regular, Poppins SemiBold, Poppins ExtraBold, Poppins Italic, Segoe UI, Segoe UI Bold, Segoe UI SemiBold;
}
