/*
Theme Name: Cashluom Theme
Theme URI: https://cashluom.com
Author: Antigravity
Author URI: https://cashluom.com
Description: A custom WordPress theme for Cashluom, styled with Tailwind CSS to match the original React application.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cashluom-theme
*/

/* Content from original index.css */
html, body {
  font-family: 'Inter', system-ui, sans-serif;
}

h1, h2, h3, .font-heading {
  font-family: 'Poppins', 'Inter', system-ui, sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
}
