@font-face {
    font-family: "segoeUi-custome";
    src: url("../../../../public/segoeUi/SegoeUI.eot"); /* IE9 Compat Modes */
    src: url("../../../../public/segoeUi/SegoeUI.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../../../../public//segoeUi//SegoeUI.woff") format("woff"),
        /* Modern Browsers */ url("../../../../public/segoeUi/SegoeUI.ttf") format("truetype"); /* Safari, Android, iOS */
}

@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100;200;300;400;500;600;700&display=swap');
html body {
    font-family: "segoeUi-custome", Arial, Helvetica, sans-serif;
}
