@font-face {
    font-family: "Minecraft";
    src: url("./assets/fonts/Minecraft.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    background-color: #000000;
}

#app {
    position: fixed;
    inset: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotate-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px;
    text-align: center;
    background: #0a1120;
    box-shadow: inset 0 0 0 8px #2c4a82;
}

body.rotate-required .rotate-overlay {
    display: flex;
}

.rotate-overlay__title {
    margin: 0;
    font-family: "Press Start 2P", monospace;
    font-size: 16px;
    color: #f5b73d;
    letter-spacing: 1px;
}

.rotate-overlay__subtitle {
    margin: 0;
    font-family: "VT323", monospace;
    font-size: 20px;
    color: #f6eccf;
}
