﻿/* Fonts  segoe_UI   */
@font-face {
    font-family: "segoe_ui";
    src: url("../../../fonts/fonts/Segoe-UI/SEGOEUI.TTF");
}

@font-face {
    font-family: "segoe_ui_sb";
    src: url("../../../fonts/fonts/Segoe-UI/seguisb.ttf");
}

@font-face {
    font-family: "segoe_ui_light";
    src: url("../../../fonts/fonts/Segoe-UI/segoeuil.ttf");
}

@font-face {
    font-family: "segoe_ui_bold";
    src: url("../../../fonts/fonts/Segoe-UI/Segoe UI Bold.ttf");
}

@font-face {
    font-family: "segoe_ui_regular";
    src: url("../../../fonts/fonts/Segoe-UI/Segoe UIR.ttf");
}
input::-ms-reveal,
input::-ms-clear {
    display: none;
}