/*
Theme Name: The Reform Files
Theme URI:
Description: Custom WordPress theme for The Reform Files fact-checking campaign site.
Version: 1.0.0
Author: The Reform Files
License: Private
Text Domain: the-reform-files
*/

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
	background: #ffffff;
	color: #0d1c2b;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

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

/* ── CSS CUSTOM PROPERTIES ── */
:root {
	--navy:  #0d1c2b;
	--blue:  #231691;
	--cyan:  #00b1da;
	--white: #ffffff;
	--off:   #f2f4f7;
	--mid:   #8a93a0;
	--rule:  #dde1e7;
}
