/*
Theme Name: Obiter
Theme URI: https://example.com/obiter
Author: Jack Lindgren
Author URI: https://example.com
Description: A traditional, type-led block theme for an individual writer's journal. Fraunces sets the display type and Inter the text, on a warm parchment ground, with a centered serif masthead, hairline rules, a drop cap on articles, and a right-hand sidebar. Text-first: no images required, generous reading measure, self-hosted open-source fonts, no paid components.
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: obiter
Tags: blog, two-columns, right-sidebar, block-styles, full-site-editing, custom-colors, custom-menu, editor-style, sticky-post, threaded-comments, translation-ready, accessibility-ready
*/

/*
 * Obiter is a block theme. Its visible styling lives in:
 *   - theme.json              (design tokens: colour, type, spacing, layout)
 *   - assets/css/theme.css     (typographic detail and components)
 * This file carries the theme header above and a couple of base safeguards.
 */

:root {
	color-scheme: light;
}
