@font-face {
    font-family: 'DIN Condensed';
    src: url('../fonts/DINCondensed-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Graphic Light', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #ffffff;
}

.banner {
    width: 100%;
    background-color: #ffffff;
}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
}

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

.logo {
    width: 400px;
    height: auto;
    margin: 0 auto 2rem auto;
    display: block;
}

h1 {
    font-family: 'DIN Condensed', sans-serif;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #000000;
    text-transform: uppercase;
}

p {
    font-family: 'Graphic Light', sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #53585F;
    font-weight: 300;
}

.divider {
    width: 50px;
    height: 2px;
    background-color: #53585F;
    margin: 2rem auto;
}

.footer {
    font-family: 'Graphic Light', sans-serif;
    font-size: 0.875rem;
    color: #53585F;
    margin-top: 2rem;
    font-weight: 300;
}