/* Ynacks Works — Webfonts
   Primary typeface: Inter (the brand's production font).
   Loaded from Google Fonts at the weights the site actually uses (300/400/500/600/700).
   Mono fallback uses the platform monospace stack (used for code-flow / credit blocks). */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
    'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN',
    'Noto Sans JP', sans-serif;
  --font-mono: 'SFMono-Regular', 'Menlo', 'Consolas', 'Liberation Mono',
    monospace;
}
