/*
Theme Name:  CORE Firearms Academy
Theme URI:   https://corefireamrsacademy.com
Description: Custom theme for CORE Firearms Academy. Professional training for responsible shooters.
Version:     1.0.0
Author:      CORE Firearms Academy
Text Domain: core-firearms
*/

/* Base resets */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #fff; color: #1a2e1a; font-family: 'Montserrat', sans-serif; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul { list-style: none; }
