/*
Theme Name: US SIM  Dynamic Theme
Theme URI: https://ussimpro.com/
Author: eSIM WordPress Customizer
Description: A professional, responsive, and blazing-fast single-page landing page theme for eSIM businesses, fully customized for US SIM .
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: us-sim-pro
*/

/* Custom root styles mapping customized colors */
:root {
  --primary-color: #10b981;
  --theme-color: #0f172a;
  --bg-accent: #ecfdf5;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  background-color: #ffffff;
  overflow-x: hidden;
}
