/* Google Fonts を低優先度レイヤーで読み込む。
   @layer を使うことで Tailwind の @layer utilities がこれらのスタイルを上書きできる。
   直接 <link> で読み込むと非レイヤー扱いとなり Tailwind ユーティリティより優先されてしまう。 */
@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);
