/*
Theme Name: Repair Noticeboard
Theme URI: https://example.com
Author: Steph
Description: A lightweight theme for publishing a noticeboard of local Repair Cafe / repair group events, grouped by group or listed by date. Requires the ACF PRO plugin.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: repair-noticeboard
*/

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

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: #1a1a2e;
	background: #f7f7f5;
}

a {
	color: #d1450f;
}

.site-header {
	background: #16247d;
	color: #fff;
	padding: 1.25rem 1.5rem;
}

.site-header a {
	color: #fff;
	text-decoration: none;
}

.site-main {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 1.5rem 4rem;
}

.site-footer {
	text-align: center;
	padding: 2rem;
	color: #666;
	font-size: 0.85rem;
}
