/*
Theme Name: AnyMailPro Digital Accounts
Description: A custom WordPress theme for selling digital accounts with wallet system and instant delivery
Version: 1.0.0
Author: S. M. Yamin Hasan
Website: https://anymailpro.shop
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

/* Header styles moved to header.php for better organization */

/* Page-specific styles are now handled in individual page templates */