/*
 Theme Name:   RNC-Theme
 Theme URI:    https://example.com/rnc-theme/
 Author:       xAI Developer
 Author URI:   https://x.ai/
 Description:  A lightweight, secure, and SEO-optimized WordPress theme with maintenance mode, offline detection, custom user profiles, and a comprehensive customizer panel.
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  rnc-theme
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Requires PHP: 8.1
*/

:root {
  --primary-color: #0073aa;
  --secondary-color: #f1f1f1;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.offline-notice {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 9999;
  display: none;
}