/* assets/fonts.css
   Place your font files in assets/fonts/ and name them:
   - Vdrug-Regular.woff2
   - Vdrug-Bold.woff2
   If you don't have these, replace the names or provide other woff2 files.
*/

@font-face {
  font-family: 'Vdrug Sans';
  src: url('./fonts/Vdrug-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vdrug Sans';
  src: url('./fonts/Vdrug-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --vdrug-font: 'Vdrug Sans', 'Noto Sans JP', system-ui, -apple-system, 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}

body { font-family: var(--vdrug-font); }
