/*
Theme Name: EFA 2026
Template: efa
Author: Eagerly Internet
Author URI: http://www.eagerly.nl
Version: 1.0
*/

:root {
	--primary-color: #BD3089;
	--secondary-color: #E66FC6;
}


.alert-box .stroke {
	background: var(--primary-color);
}

.tiles a.tile:after,
.button.yellow,
.yellow {
	background: var(--primary-color);
}

.alert-box .stroke:after {
	border-right-color: var(--secondary-color);
}

.button.yellow {
	border-color: var(--primary-color);
}

.button.yellow:hover {
	border-color: var(--primary-color);
}

.button.yellow:after {
	background: var(--secondary-color);
}

.button.yellow .text {
	color: #fff;
}

.button.yellow .svg-icon path {
	fill: #fff;
	stroke: #fff;
}

.button.blue{
	color: #fff;
}
