/*@font-face {
    font-family: Metropolis;
    src: url(/packages/fonts/metropolis/Metropolis-Regular.otf);
}*/

html{
    height: -webkit-fill-available;
}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    width: 100vw;
    overflow: hidden;
}
.ctaDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fffa;
    z-index: 99;
}

#startARButton{
    margin-top: 40px;
    border-radius: 50px;
    padding: 8px 55px;
    background-color: #4ca2d6;
    color: white;
    border: 1px solid #ebe7e7;
    font-size: 20px;
    box-shadow: 0px 0px 6px 3px #e1e1e1;
    font-family: "Metropolis", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    cursor: pointer;
}

#start-unity-logo{
    width: 154px; 
    height: 130px; 
    background: url('TemplateData/unity-logo-light.png') no-repeat center;
    background-size: contain;
}

/*.keep-ratio16_9 {
    height: unset !important;
    aspect-ratio: 1.77777; 
    max-height: 100%;
}
*/