@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), local('RobotoRegular'), url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto-Light'), local('RobotoLight'), url(../fonts/Roboto-Light.ttf) format('truetype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto-Medium'), local('RobotoMedium'), url(../fonts/Roboto-Medium.ttf) format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto-Bold'), local('RobotoBold'), url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

html.loading {
    background: #FFFFFF url('../images/background.png') no-repeat fixed center;
    background-size: cover;
    display: table;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body.loading {
    display: table-cell;
    vertical-align: middle;
}

body.loading div#loadingBox {
    display: table;
    margin: auto;
    text-align: center;
    width: 300px;
}

body.loading div#loadingBox img.logo {
    animation: .8s infinite beatHeart;
    height: 70px;
    margin: 0 0 20px 0;
    max-width: 372px;
    width: auto;
}

@keyframes beatHeart {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

body.loading div#loadingBox div.text {
    color: #fff;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 23px;
}
