/* ⚠記憶曖昧 */

/* ベース */
@import url("/css/base.css");

/* 入口 ホーム */
@import url("/css/home.css");

/* ギャラリー */
@import url("/css/gallery.css");

/* ブログ */
@import url("/css/blog.css");

/* LACKING関連 */
@import url("/css/lacking.css");

/* モバイル */
@import url("/css/mobile.css");

/* フォント */
@font-face {
  font-family: 'pixel';
  src: url('/fonts/DotGothic16-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'pixel', sans-serif;
  text-shadow: 0 0 0 currentColor;
}

html,
body,
a,
button,
input,
textarea,
select {
  cursor: url("/images/cursor.cur"), auto;
}