@font-face {
    font-family: 'Melvin Sans Thin Regular';
    src: url('MelvinSans-ThinRegular.woff2') format('woff2'),
         url('MelvinSans-ThinRegular.woff') format('woff'),
         url('MelvinSans-ThinRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* カスタムフォント定義 */
@font-face {
    font-family: 'Melvinsans';
    src: url('Melvinsans-Thin.woff2') format('woff2'),
         url('Melvinsans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Melvinsans フォントクラス */
.melvinsans {
    font-family: 'Melvinsans', sans-serif;
    font-weight: 100;
    font-style: normal;
}

/* 注意: Melvinsansフォントファイル（.woff/.woff2）はこのディレクトリに配置する必要があります */ 