/*
Theme Name: Advent Center Theme
Description: A simple WordPress theme with Elementor and ACF support. Clean, minimal design perfect for content management and page building.
Author: Advent Center
Version: 1.30.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 8.3
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: advent-center-theme
Tags: elementor, acf, custom-fields, page-builder, responsive, clean
*/

:root {
	--royal-blue: #4169E1;
	--elevated: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 2px;
	--elevated-hover: rgba(0, 0, 0, 0.1) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 2px;
}

body{
	overflow-x: hidden;
	margin: 0;
	background-color: #ffffff;
}

body *{
	font-family: "Noto Sans", system-ui, sans-serif;	
}