/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

/* Custom Bootstrap-like classes for consistent color mapping */
	
.bg-indigo-600 { background-color: #4f46e5; }
.hover\:bg-indigo-700:hover { background-color: #4338CA; }
.text-indigo-700 { color: #4338CA; }
.text-indigo-800 { color: #3730A3; }
.bg-indigo-100 { background-color: #E0E7FF; }
.bg-indigo-200 { background-color: #C7D2FE; }
.text-indigo-200 { color: #C7D2FE; }
.text-gray-900 { color: #111827; }
.text-gray-600 { color: #4B5563; }
.bg-stone-100 { background-color: #F8F7F4; }
.bg-stone-50 { background-color: #FAFAFA; }