/*
Theme Name: ProMark
Theme URI: https://promark.cc
Author: ProMark Creative Consulting
Author URI: https://promark.cc
Description: A clean, flexible WordPress theme built for fast, editable client websites with Elementor, ACF, and Redux.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: promark
*/

/*
 * Core styles are loaded from assets/css/theme.css.
 * Keep this file for WordPress metadata and minimal fallback styling.
 */

:root {
  --pm-primary: #0b5f47;
  --pm-secondary: #0f2f28;
  --pm-accent: #d8cdb7;
  --pm-dark: #11171b;
  --pm-light: #f6f4ef;
  --pm-text: #20322d;
  --pm-white: #ffffff;
  --pm-container: min(1200px, 92vw);
}

body {
  margin: 0;
}
