@font-face {
    font-family: 'code_boldregular';
    src: url('../fonts/code_bold-webfont.eot');
    src: url('../fonts/code_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/code_bold-webfont.woff2') format('woff2'),
         url('../fonts/code_bold-webfont.woff') format('woff'),
         url('../fonts/code_bold-webfont.ttf') format('truetype'),
         url('../fonts/code_bold-webfont.svg#code_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'code_lightregular';
    src: url('../fonts/code_light-webfont.eot');
    src: url('../fonts/code_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/code_light-webfont.woff2') format('woff2'),
         url('../fonts/code_light-webfont.woff') format('woff'),
         url('../fonts/code_light-webfont.ttf') format('truetype'),
         url('../fonts/code_light-webfont.svg#code_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Proxima Nova Rounded';
    src: url('../fonts/ProximaNova/ProximaNovaSoft-Regular.otf'),
         url('../fonts/ProximaNova/ProximaNovaSoft-Regular.ttf') format('truetype'),
         url('../fonts/ProximaNova/ProximaNovaSoft-Regular.woff') format('woff'),
         url('../fonts/ProximaNova/ProximaNovaSoft-Regular.svg') format('svg'),
         url('../fonts/ProximaNova/ProximaNovaSoft-Regular.eot');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Proxima Nova Rounded';
    src: url('../fonts/ProximaNova/ProximaNovaSoft-Bold.otf'),
         url('../fonts/ProximaNova/ProximaNovaSoft-Bold.ttf') format('truetype'),
         url('../fonts/ProximaNova/ProximaNovaSoft-Bold.woff') format('woff'),
         url('../fonts/ProximaNova/ProximaNovaSoft-Bold.svg') format('svg'),
         url('../fonts/ProximaNova/ProximaNovaSoft-Bold.eot');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'password';
    src: url('../fonts/password/password.otf'),
         url('../fonts/password/password.ttf') format('truetype'),
         url('../fonts/password/password.woff2') format('woff2'),
         url('../fonts/password/password.woff') format('woff'),
         url('../fonts/password/password.svg') format('svg'),
         url('../fonts/password/password.eot') format('eot');
    font-style: normal;
    font-weight: 400;
    
}