/* Base font settings */
body {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Initial state for scroll animations */
.reveal {
    visibility: hidden;
}

/* Stronger text shadow for hero text to ensure readability over any image */
.hero-text-shadow {
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.7);
}
.hero-paragraph-shadow {
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.7);
}

/* Header Logo size adjustment */
.header-logo {
    height: 40px; /* ヘッダーの高さに合わせて調整します。この値を変更してください。 */
    width: auto;  /* アスペクト比を維持します。 */
}
