.flutter-loader {
    display: none !important;
}

#gh-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gh-loader img {
    max-width: 300px;
    height: auto;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

flt-scene-host {
    font-family: "Roboto", sans-serif !important;
}

.sample {
    color: #f00;
}

flt-platform-view p {
    margin: 0;
}