@charset "UTF-8";

/*
    100 - Ultra Light
    200 - Thin
    300 - Light
    400 - Regular, Normal
    500 - Roman
    600 - Medium, SemiBold
    700 - Bold
    800 - Heavy, ExtraBold
    900 - Black
*/

@font-face {
    font-family: 'Conv_AGLETLR-Light';
    src: url('/themes/fonts/AGLETLR.eot');
    src: local('☺'),
    url("/themes/fonts/AGLETLR.eot?#iefix") format("embedded-opentype"),
    url('/themes/fonts/AGLETLR.woff') format('woff'),
    url('/themes/fonts/AGLETLR.ttf') format('truetype'),
    url('/themes/fonts/AGLETLR.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SegoeUI-Light';
    src: url('/themes/fonts/SegoeUI-Light.eot');
    src: local('☺'),
    url("/themes/fonts/SegoeUI-Light.eot?#iefix") format("embedded-opentype"),
    url('/themes/fonts/SegoeUI-Light.woff') format('woff'),
    url('/themes/fonts/SegoeUI-Light.ttf') format('truetype'),
    url('/themes/fonts/SegoeUI-Light.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}
