/* style.css */

@font-face {
    font-family: Cyrano;
    src: url("/assets/public/Cyrano.otf") format("opentype");
}

.hero-section {
    background-image: url("/assets/public/23_resized.jpg");
    background-size: 140%;
    background-position: center;
}

.who-text {
    letter-spacing: 0.05em;
}

.we-are-text {
    letter-spacing: 0.05em;
    line-height: 0.9;
}

.mid-section {
    background-image: url("/assets/public/39_resized.jpg");
    background-size: cover;
    background-position: center;
}

.why-text {
    letter-spacing: 0.05em;
}

.arisu-text {
    letter-spacing: 0.05em;
    line-height: 0.9;
}

.footer-section {
    background-image: url("/assets/public/23_resized.jpg");
    background-size: cover;
}
