/*
Theme Name:        10BestCreditCards
Theme URI:         https://10bestcreditcards.com
Author:            Raj Thakur
Author URI:        https://10bestcreditcards.com
Description:       A premium credit card comparison theme for India's top credit card ranking site. Features issuer pages, category listings, blog, SEO-optimised templates and a custom admin panel.
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       10bestcreditcards
Tags:              custom-menu, featured-images, threaded-comments, translation-ready, custom-logo, wide-blocks, full-site-editing

*/

/* ─── DESIGN TOKENS ───────────────────────────────────────────── */
:root {
  --pri:    #6366f1;
  --pri2:   #818cf8;
  --pri3:   #eef2ff;
  --pri4:   #c7d2fe;
  --em:     #10b981;
  --em2:    #d1fae5;
  --amb:    #f59e0b;
  --amb2:   #fef3c7;
  --dark:   #0f0e17;
  --dark2:  #1a1830;
  --text:   #1e1b4b;
  --muted:  #6b7280;
  --border: #e5e7eb;
  --bg:     #f9fafb;
  --white:  #ffffff;
  --r:  10px;
  --r2: 18px;
  --sh:  0 2px 16px rgba(99,102,241,.1);
  --sh2: 0 12px 40px rgba(99,102,241,.18);
}

/* ─── BASE RESET ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 }
html { scroll-behavior: smooth }
body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  font-size: 15px;
}
a { text-decoration: none; color: inherit }
img { max-width: 100%; display: block }
h1,h2,h3,h4,h5,h6 {
  font-family: 'DM Serif Display', serif;
  line-height: 1.15;
  color: var(--dark);
}
/* All other styles are in assets/css/main.css */
