/*
Theme Name: MaxAcres
Template: hello-elementor 
Author: Minakshi Sharma
Version: 1.0
Text Domain: hello-child-maxacres
*/

:root {
  --primary-color: #00007C; /* your dark blue */
  --accent-color: #FF6E6E; /* coral red */
  --text-color: #222;
  --light-bg: #f8f9fa;
}

body {
  font-family: 'Inter', 'Poppins', sans-serif;
}