/*
Theme Name: Webest XS Premium Theme
Theme URI: https://xosoapi.online
Author: AcmaTvirus
Description: Premium WordPress theme for Lottery Results with modern UI/UX.
Version: 1.0.0
Text Domain: webest-xs-theme
*/

/* Reset & Base */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #0f172a;
    color: #f8fafc;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3 { color: #fff; font-weight: 700; }
a { color: #38bdf8; text-decoration: none; transition: 0.3s; }
a:hover { color: #7dd3fc; }


