/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://coursde.org
Description: Child theme of Twenty Twenty-Four with medical color palette
Author: Coursde
Author URI: https://coursde.org
Template: twentytwentyfour
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour-child
*/

/* Medical Color Palette - Background Colors */
.has-medical-blue-background-color {
	background-color: #0056b3 !important;
}

.has-medical-blue-light-background-color {
	background-color: #4a90d9 !important;
}

.has-medical-blue-dark-background-color {
	background-color: #003d7a !important;
}

.has-medical-red-background-color {
	background-color: #dc3545 !important;
}

.has-medical-red-light-background-color {
	background-color: #e74c5e !important;
}

.has-medical-red-dark-background-color {
	background-color: #a71d2a !important;
}

.has-medical-gray-background-color {
	background-color: #6c757d !important;
}

.has-medical-gray-light-background-color {
	background-color: #f8f9fa !important;
}

/* Medical Color Palette - Text Colors */
.has-medical-blue-color {
	color: #0056b3 !important;
}

.has-medical-blue-light-color {
	color: #4a90d9 !important;
}

.has-medical-blue-dark-color {
	color: #003d7a !important;
}

.has-medical-red-color {
	color: #dc3545 !important;
}

.has-medical-red-light-color {
	color: #e74c5e !important;
}

.has-medical-red-dark-color {
	color: #a71d2a !important;
}

.has-medical-gray-color {
	color: #6c757d !important;
}

.has-medical-gray-light-color {
	color: #f8f9fa !important;
}

.has-white-color {
	color: #ffffff !important;
}

.has-white-background-color {
	background-color: #ffffff !important;
}

.has-black-color {
	color: #000000 !important;
}

.has-black-background-color {
	background-color: #000000 !important;
}
