/* Google Fonts を低優先度レイヤーで読み込む（管理サイトの fonts.css と同方針）。
   @layer を使うことで Tailwind の @layer utilities がこれらのスタイルを上書きできる。 */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200") layer(google-fonts);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap") layer(google-fonts);
/* 英字・数字はモック（forUser）と同じ Inter を使う（ヘッダーロゴ等のフォント差異対策） */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap") layer(google-fonts);
