/*
Theme Name: Lothian NHS
Theme URI: https://whoisandywhite.com;
Author: whois: Andy White
Author URI: https://whoisandywhite.com;
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lothian

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


:root {
	--general-primary: var(--bs-violet);
	--general-primary-text: var(--bs-white);
	--general-secondary: var(--bs-purple);
	--general-secondary-text: var(--bs-white);
	
	--btn-primary-bg: var( --bs-violet);
	--btn-primary-bg-hover: var( --bs-purple);
	--btn-primary-text: var( --bs-white);
	--btn-primary-text-hover: var( --bs-white);
	
	--btn-secondary-bg: var( --bs-yellow);
	--btn-secondary-bg-hover: var( --bs-violet);
	--btn-secondary-text: var( --bs-violet);
	--btn-secondary-text-hover: var( --bs-white);

	--modal-bg-primary: var(--bs-purple);
	--modal-bg-secondary: var(--bs-violet);

	--hero-bg-primary: var(--bs-violet);
	--hero-text-color: var(--bs-white);
	--hero-slick-color:  var( --bs-violet);
	--hero-bg-secondary: var(--bs-purple);

	--standard-cta-bg-start: var( --bs-violet);
	--standard-cta-bg-end: var( --bs-purple);
	--standard-cta-text: var( --bs-white);


	--cta-small-bg-start: var( --bs-violet);
	--cta-small-bg-end: var( --bs-purple);
	--cta-small-text: var( --bs-white);

	--wide-cta-bg: var( --bs-purple);
	--wide-cta-text: var( --bs-white);


	--gallery-bg-start: var( --bs-violet);
	--gallery-bg-end: var( --bs-purple);
	--gallery-text: var( --bs-white);
}