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

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/webfonts/NeueHelveticaPro45Light/font.woff2') format('woff2'),
         url('/webfonts/NeueHelveticaPro45Light/font.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/webfonts/NeueHelveticaPro55Roman/font.woff2') format('woff2'),
         url('/webfonts/NeueHelveticaPro55Roman/font.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/webfonts/NeueHelveticaPro56Italic/font.woff2') format('woff2'),
         url('/webfonts/NeueHelveticaPro56Italic/font.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/webfonts/NeueHelveticaPro75Bold/font.woff2') format('woff2'),
         url('/webfonts/NeueHelveticaPro75Bold/font.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    background-color: #0a0a0a;
    color: #e0e0e0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    max-width: 600px;
    padding: 4rem 2rem;
    text-align: center;
}

h1 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 3rem;
    color: #ffffff;
}

.tagline {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 2rem;
}

.description {
    font-size: 1rem;
    line-height: 1.8;
    color: #999;
    max-width: 450px;
    margin: 0 auto;
}

footer {
    margin-top: 6rem;
    font-size: 0.75rem;
    color: #444;
    letter-spacing: 0.05em;
}
