/*
Theme Name: Plop
Theme URI:
Author:
Author URI:
Description: A minimal custom theme.
Version: 1.1.9
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plop
*/

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

body {
	margin: 0;
	padding: 0;
	background: #0a0a0a;
	color: #e4e4e7;
	font-family: system-ui, -apple-system, sans-serif;
	-webkit-font-smoothing: antialiased;
}

