/*
Theme Name: FANZA Affiliate Theme
Theme URI: https://example.com/
Author: Your Name
Description: fanza-api-sync プラグインが保存する product 投稿を表示するための専用テーマ。黒×ピンクのダークデザイン。実スタイルは assets/css/style.css に分離。
Version: 1.0.0
Requires at least: 5.9
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fanza-affiliate-theme
*/

/* このファイルはテーマ情報ヘッダー + 最低限のリセットのみ。
   実際のスタイルは assets/css/style.css を参照。 */

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

html {
	-webkit-text-size-adjust: 100%;
}

body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd, ul, ol {
	margin: 0;
}

ul, ol {
	padding: 0;
	list-style: none;
}

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

a {
	color: inherit;
}

button, input, select, textarea {
	font: inherit;
	color: inherit;
}
