/*
Theme Name: 1Chat Service WP
Theme URI: https://example.com/1chat-service
Author: 1Chat Team
Author URI: https://example.com
Description: A bespoke classic theme for 1Chat Service with a modern, clean homepage.
Version: 0.1.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: 1chat-service-wp
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, theme-options
*/

:root {
  --color-primary: #1a73e8;
  --color-surface: #ffffff;
  --color-text: #0f172a;
}
body {
  margin: 0;
  color: var(--color-text);
  background: var(--color-surface);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
} 