/*
Theme Name: ASIA2000
Theme URI: https://asia2000.com
Description: Modern news and reviews website for ASIA2000 - Mahjong Ways 3 dan Dunia Game Asia. Bilingual (EN/ID), dark mode, mobile banner, newsletter, contact form, SEO + JSON-LD, content protection. All features built into the theme — no plugin required.
Version: 1.0.0
Author: ASIA2000
Author URI: https://asia2000.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asia2000
Domain Path: /languages
Tags: news, two-columns, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
Requires at least: 5.0
Requires PHP: 7.4
*/

/* ==========================================================================
   ASIA2000 theme — theme header + base reset & typography.
   This file MUST sit at the root of the theme folder so WordPress can detect
   the theme. The full component, dark-mode, and responsive styles live in:
     assets/css/theme.css        (layout + components)
     assets/css/dark-mode.css    (.dark token overrides)
     assets/css/responsive.css   (breakpoint @media queries)
   All four stylesheets are enqueued from functions.php.
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  background-color: hsl(var(--bg));
  color: hsl(var(--fg));
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-user-drag: none;
}

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
