/* Self-hosted UI faces — see public/assets/fonts/README.md. Relative urls keep
   these working under vite's `base: './'` in a production build. */
@font-face {
    font-family: 'Guildcraft Serif';
    src: url('assets/fonts/sorts-mill-goudy-latin.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Guildcraft Sans';
    src: url('assets/fonts/roboto-condensed-latin.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: block;
}

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

#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
