@font-face {
    font-family: 'Racama';
    src: url('fonts/Racama-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #0f0f0f;
    color: #ffffff;
    font-family: 'Racama', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.container {
    max-width: 600px;
}

h1 {
    font-size: 66px;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.subtitle {
    font-size: 22px;
    margin-bottom: 10px;
    color: #e0e0e0;
}

.desc {
    font-size: 18px;
    color: #bbbbbb;
    margin-bottom: 24px;
    line-height: 1.6;
}

.logo {
    width: 240px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}
