/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
*/

@font-face {
    font-family: 'Segoe UI';
    src: url('./assets/fonts/SegoeUIBlack.eot');
    src: url('./assets/fonts/SegoeUIBlack.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SegoeUIBlack.woff2') format('woff2'),
        url('./assets/fonts/SegoeUIBlack.woff') format('woff'),
        url('./assets/fonts/SegoeUIBlack.ttf') format('truetype'),
        url('./assets/fonts/SegoeUIBlack.svg#SegoeUIBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./assets/fonts/SegoeUI-Bold.eot');
    src: url('./assets/fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('./assets/fonts/SegoeUI-Bold.woff') format('woff'),
        url('./assets/fonts/SegoeUI-Bold.ttf') format('truetype'),
        url('./assets/fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./assets/fonts/SegoeUI-Italic.eot');
    src: url('./assets/fonts/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('./assets/fonts/SegoeUI-Italic.woff') format('woff'),
        url('./assets/fonts/SegoeUI-Italic.ttf') format('truetype'),
        url('./assets/fonts/SegoeUI-Italic.svg#SegoeUI-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./assets/fonts/SegoeUI-Light.eot');
    src: url('./assets/fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SegoeUI-Light.woff2') format('woff2'),
        url('./assets/fonts/SegoeUI-Light.woff') format('woff'),
        url('./assets/fonts/SegoeUI-Light.ttf') format('truetype'),
        url('./assets/fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./assets/fonts/SegoeUI-Semibold.eot');
    src: url('./assets/fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('./assets/fonts/SegoeUI-Semibold.woff') format('woff'),
        url('./assets/fonts/SegoeUI-Semibold.ttf') format('truetype'),
        url('./assets/fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('./assets/fonts/SegoeUI-Semilight.eot');
    src: url('./assets/fonts/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SegoeUI-Semilight.woff2') format('woff2'),
        url('./assets/fonts/SegoeUI-Semilight.woff') format('woff'),
        url('./assets/fonts/SegoeUI-Semilight.ttf') format('truetype'),
        url('./assets/fonts/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI This';
    src: url('./assets/fonts/SegoeUIThis-Bold.eot');
    src: url('./assets/fonts/SegoeUIThis-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SegoeUIThis-Bold.woff2') format('woff2'),
        url('./assets/fonts/SegoeUIThis-Bold.woff') format('woff'),
        url('./assets/fonts/SegoeUIThis-Bold.ttf') format('truetype'),
        url('./assets/fonts/SegoeUIThis-Bold.svg#SegoeUIThis-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI This';
    src: url('./assets/fonts/SegoeUIThis.eot');
    src: url('./assets/fonts/SegoeUIThis.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SegoeUIThis.woff2') format('woff2'),
        url('./assets/fonts/SegoeUIThis.woff') format('woff'),
        url('./assets/fonts/SegoeUIThis.ttf') format('truetype'),
        url('./assets/fonts/SegoeUIThis.svg#SegoeUIThis') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./assets/fonts/SegoeUI.eot');
    src: url('./assets/fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SegoeUI.woff2') format('woff2'),
        url('./assets/fonts/SegoeUI.woff') format('woff'),
        url('./assets/fonts/SegoeUI.ttf') format('truetype'),
        url('./assets/fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

font-family: 'Segoe UI', Arial, sans-serif;