/*
Theme Name: Crestpoint Commerce
Theme URI: https://crestpointx.com
Author: Hamza Nasr
Author URI: https://crestpointx.com
Description: Premium, monochrome corporate theme for Crestpoint Commerce LLC — Digital Commerce & Marketing Services Company. Features full English and Arabic (RTL) dual-language support, custom service templates, and secure AJAX contact endpoints.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary / All rights reserved
Text Domain: crestpoint
*/

/* Base reset styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #000000;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}
