@font-face {
    font-family: 'OpenSans';
    src: url('/font/OpenSans-Light.woff') format('woff'),
    url('/font/OpenSans-Light.tff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Thempo';
    src: url('/font/Thempo_New_St.woff') format('woff'),
    url('/font/Thempo_New_St.tff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: OpenSans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    margin: 0;
}

#main {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, #a61f21 0%, #350606 100%);
    color: white;
}

.title {
    font-family: Thempo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 65px;
    text-align: center;
}

.sub-title {
    font-size: 30px;
    text-align: center;
}

#version {
    padding-top: 10px;
    font-size: 12px;
}
