@font-face {
    font-family: 'SeoulNamsan';
    src: url('/theme/memento/fonts/SeoulNamsanL.woff2') format('woff2'),
         url('/theme/memento/fonts/SeoulNamsanL.woff') format('woff');
    font-weight: 300; /* Light */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SeoulNamsan';
    src: url('/theme/memento/fonts/SeoulNamsanM.woff2') format('woff2'),
         url('/theme/memento/fonts/SeoulNamsanM.woff') format('woff');
    font-weight: 400; /* Medium / Normal */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SeoulNamsan';
    src: url('/theme/memento/fonts/SeoulNamsanB.woff2') format('woff2'),
         url('/theme/memento/fonts/SeoulNamsanB.woff') format('woff');
    font-weight: 700; /* Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SeoulNamsan';
    src: url('/theme/memento/fonts/SeoulNamsanEB.woff2') format('woff2'),
         url('/theme/memento/fonts/SeoulNamsanEB.woff') format('woff');
    font-weight: 800; /* Extra Bold */
    font-style: normal;
    font-display: swap;
}
