/*
Theme Name: Chakhna Indian Restaurant
Theme URI: https://example.com/chakhna
Author: Chakhna Team
Author URI: https://example.com
Description: Custom WordPress theme for Chakhna Indian Restaurant.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: chakhna-indian-restaurant
*/

/* Core fallback styles */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1f1f1f;
  background: #fff9f2;
  line-height: 1.6;
}

a {
  color: #a43a00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
