/*
Theme Name: CountryCodes
Theme URI: https://www.countriescodes.net/
Author: ChatGPT
Author URI: https://www.openai.com/
Description: Lightweight, responsive WordPress theme optimized for country code & data explorer content.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: countrycodes
*/

/* Basic imports and global typography */
@import url('assets/css/theme.css');

/* Minimal fallback if assets/css/theme.css fails to load */
body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  margin: 0;
  line-height: 1.6;
  color: #222;
  background-color: #fafafa;
}

a {
  color: #0b66c3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
