/*
Theme Name: WNY Collections Jobs
Theme URI: https://wnycollectionsjobs.com
Author: WNY Collections
Author URI: https://wnycollectionsjobs.com
Description: Custom recruiting theme for WNY Collections Jobs.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: wnycollectionsjobs
*/

/*
 * Core fallback styles. Most theme styles live in assets/css/main.css.
 */
html {
	box-sizing: border-box;
	font-size: 100%;
}

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

body {
	margin: 0;
	background-color: #0f0d0b;
	color: #f4f0ea;
	font-family: "DM Sans", "Avenir Next", "Segoe UI", sans-serif;
	line-height: 1.7;
}
