/*
Theme Name: Jiubiao Theme
Theme URI: https://example.com/jiubiao
Author: Trae AI
Author URI: https://trae.ai
Description: Custom WordPress theme converted from Next.js project
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jiubiao
*/

/* Global Styles from globals.css */
@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;
  }
}

body {
  color: rgb(var(--foreground-rgb));
  background: white;
}

/* Ensure images behave responsively */
img {
    max-width: 100%;
    height: auto;
}
