/*
Theme Name: My Exchange
Theme URI: https://example.com
Author: Your Studio
Author URI: https://example.com
Description: Sports & casino exchange dashboard theme with a custom Games post type, category-wise game images, AJAX login, and a responsive Bootstrap layout with an off-canvas mobile sidebar.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: my-exchange
*/

:root{
  --brown-dark:#5a3a0a;
  --brown:#8a5a10;
  --brown-light:#b4790f;
  --teal:#0f4a44;
  --teal-dark:#0a332f;
  --teal-light:#146a61;
  --accent:#f4b942;
  --muted:#6b6b6b;
}

body{
  background:#eef1f0;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color:#222;
}
a{ text-decoration:none; }
