
/*
@font-face {
    font-family: 'Segoe UI';
    font-weight: 400;
    src: url('./fonts/SegoeUI.woff');
} 

@font-face {
    font-family: 'Segoe UI';
    font-weight: 200;
    src: url('./fonts/SegoeUI-Semilight.woff');
}

@font-face {
    font-family: 'Segoe UI';
    font-weight: 700;
    src: url('./fonts/SegoeUI-Bold.woff');
}
*/

@font-face {
    font-family: "grapenuts";
    src: url("/fonts/grape_nuts.woff") format('woff');
}

@font-face {
    font-family: "segoeui";
    src: url("/fonts/segoe_ui_semilight.woff") format('woff');
}

@font-face {
    font-family: "segoeui";
    src: url("/fonts/segoe_ui_semibold.woff") format('woff');
    font-weight: bold;
}

/*
body {
    font-family: 'segoeui'
}
*/

.gt_float_switcher {
    border-radius:6px;
}

