/*
Theme Name: Chronos
Theme URI: https://example.com/themes/chronos
Author: Chronos Team
Author URI: https://example.com
Description: Minimal starter theme scaffold for Chronos.
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: chronos
*/

/* Basic typography reset */
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	line-height: 1.6;
	color: #1a1a1a;
	background-color: #ffffff;
}

a {
	color: inherit;
	text-decoration: underline;
}

main {
	max-width: 720px;
	margin: 0 auto;
	padding: 2rem 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	font-weight: 600;
	margin: 2rem 0 1rem;
}

p {
	margin: 0 0 1rem;
}
