/* 
    This file is used to hold all font-face references (@font-face) for locally-stored fonts to be used with amplify components.
*/

@font-face {
    font-family: 'ui-icons';
    src: url('../../fonts/ui-icons.eot?6z49rf');
    src: url('../../fonts/ui-icons.eot?6z49rf#iefix') format('embedded-opentype'),
        url('../../fonts/ui-icons.ttf?6z49rf') format('truetype'),
        url('../../fonts/ui-icons.woff?6z49rf') format('woff'),
        url('../../fonts/ui-icons.svg?6z49rf#ui-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ux-password';
    src: url("../../fonts/ux-components/ux-password.eot"); /* IE9 Compat Modes */
    src: url("../../fonts/ux-components/ux-password.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../../fonts/ux-components/ux-password.otf") format("opentype"), /* Open Type Font */
        url("../../fonts/ux-components/ux-password.ttf") format("truetype"), /* Safari, Android, iOS */
        url("../../fonts/ux-components/ux-password.woff") format("woff"), /* Modern Browsers */
        url("../../fonts/ux-components/ux-password.svg") format("svg"); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}