/* Vite バンドル外: /fonts/social/* は public に配置（altair と同一 URL） */
@font-face {
  font-family: 'social';
  src:
    url('/fonts/social/social-regular-webfont.eot'),
    url('/fonts/social/social-regular-webfont.woff') format('woff'),
    url('/fonts/social/social-regular-webfont.ttf') format('truetype'),
    url('/fonts/social/social-regular-webfont.svg#Social-Regular') format('svg');
}
