/*
Theme Name: Mnemonic Trainer Theme
Theme URI: https://example.com/mnemonic-trainer-theme
Author: OpenAI Codex
Description: Companion presentation theme for the Mnemonic Trainer plugin.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.2
Text Domain: mnemonic-trainer-theme
*/

body {
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(110, 168, 255, 0.24), transparent 24%),
		linear-gradient(180deg, #eef3f8 0%, #dce3ec 100%);
	color: #152030;
	font-family: "Avenir Next", "Segoe UI", sans-serif;
}

a {
	color: #2063d6;
}
