/*
Theme Name: Ikirun NBA Theme
Theme URI: https://nbaikirun.org.ng
Description: A premium dark-teal and gold corporate theme custom-made for the Nigerian Bar Association (NBA) Ikirun Branch Directory.
Version: 1.1.0
Author: NBA Ikirun
Author URI: https://nbaikirun.org.ng
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, featured-images, translation-ready, full-width-template
Text Domain: nba-theme
*/

:root {
  --primary: #cca23b;
  --primary-hover: #b58f2d;
  --bg-app: #ebf1ee;
  --bg-sidebar: #223531;
  --text-main: #1f2d2a;
  --text-muted: #697d79;
  --border-card: #d0dad7;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-app);
  color: var(--text-main);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.15s ease;
}

a:hover {
  color: var(--primary-hover);
}

.theme-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Rounded card layout styles */
.theme-card {
  background: #ffffff;
  border: 1px solid var(--border-card);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px -2px rgba(34, 53, 49, 0.06);
  margin-bottom: 24px;
}

.theme-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  color: var(--bg-sidebar);
}
