html, body, #app {
    margin: 0;
    padding: 0;
    font-family: GilroyRegular, sans-serif;
    font-weight: normal;
}

#app {
    font-family: GilroyRegular, sans-serif;
    font-weight: 400;
    color: #1E1E1E;
}

* {
    box-sizing: border-box;
}

.loading {
    display: flex;
    min-height: calc(100vh - 400px);
    align-items: center;
    justify-content: center;

    &.homepage {
        height: 100vh
    }
}

.loading img {
  width: 60%;
}