/*
Theme Name: Fans Landing Page
Description: A classical WordPress theme for landing pages with phone number validation and API integration
Author: FansLP
Author URI: https://whisprly.com
Version: 1.0.0
Text Domain: fans-lp
Tags: landing-page, api-integration, phone-validation
*/
@import url("assets/css/theme.css");
/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: var(--line-height-base);
    color: var(--color-text-primary);
    background-color: #f5f5f5;
}