@font-face {
    font-family: 'Fyne Fish';
    src: url('/fonts/c24af8ecd4aeb79b0e4951efddb016a0.woff2') format('woff2'),
         url('/fonts/c24af8ecd4aeb79b0e4951efddb016a0.woff') format('woff'),
         url('/fonts/c24af8ecd4aeb79b0e4951efddb016a0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

h1 {
    font-family: 'Fyne Fish', serif;
    margin: 0;
    padding: 0;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.mission-text p {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;  /* Light weight */
    font-style: italic;
}
