/*
Theme Name: Pulsepoint One
Theme URI: https://pulsepoint.ng
Author: Favour Adjenuvurhe
Author URI: https://amaaavl.com
Description:
Pulsepoint is a modern, lightweight, and secure WordPress theme built specifically for seamless money payment platforms.
It is designed as a plugin-powered fintech theme supporting multi-currency wallets, instant transfers,
secure payments, and global money movement.

Optimized for payment gateways, digital wallets, fintech startups, and financial SaaS platforms.
Fully responsive, SEO-ready, fast, and secure.

Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pulsepoint
Domain Path: /languages
Tags: fintech, payment, wallet, finance, saas, api, responsive, modern, secure
*/

/* ----------------------------------------------------
   Base Styles
---------------------------------------------------- */

body {
    margin: 0;
    padding: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #111827;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}