/*
Theme Name: Morita Blank
Theme URI: https://cleaning.homepagelab.site/
Author: AIコンサルLab
Description: 全面カスタムHTMLのページを出すための最小テーマ。ヘッダー/フッター/サイドバー/見出し装飾/余白を一切持たず、投稿本文をそのまま全幅で出力する。テーマ由来のCSSが本文と特異度を争わないことが目的。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: morita-blank
*/

*,
*::before,
*::after { box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: #08090b;
  color: #f2f3f5;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.9;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

img,
video { max-width: 100%; }

a { color: inherit; }
