@font-face {
    font-family: 'Cuprum';
    src: url('fonts/Cuprum.otf');
}
@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI'), url('fonts/segoeui.woff') format('woff');
}

.loading {background: lightgrey;padding: 15px;position: fixed;border-radius: 4px;left: 50%;top: 50%;text-align: center;margin: -40px 0 0 -50px;z-index: 2000;display: none;}