@font-face {
    font-family: 'LINE Seed JP';
    src: url('./LINESeedJP-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LINE Seed JP';
    src: url('./LINESeedJP-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LINE Seed JP';
    src: url('./LINESeedJP-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LINE Seed JP';
    src: url('./LINESeedJP-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-sans: 'LINE Seed JP', 'Segoe UI', sans-serif;
    --font-heading: 'LINE Seed JP', 'Segoe UI', sans-serif;
    --font-mono: 'SFMono-Regular', 'Monaco', 'Menlo', 'Consolas', 'Courier New', monospace;
}
