/*
 Theme Name: Final Four 2024
 Theme URI: https://finalfour2024.eurohoops.net/
 Description: Final Four 2024 theme
 Author: Mi Kapa
 Author URI: https://organization.eurohoops.net
 Template: Divi
 Version: 0.2
*/
body{
    --ff-grey-color: #333333;
	--ff-blue-color: #0095D9;
	--ff-orange-color: #de7126;
	--ff-light-grey-color: color-mix(in srgb, var(--ff-grey-color), #fff 25%);
	--ff-light-blue-color: color-mix(in srgb, var(--ff-blue-color), #fff 50%);
	--ff-light-orange-color: color-mix(in srgb, var(--ff-orange-color), #fff 25%);
	--ff-bg-grey-color: color-mix(in srgb, var(--ff-grey-color), #fff 70%);
	--ff-bg-blue-color: color-mix(in srgb, var(--ff-blue-color), #fff 60%);
	--ff-bg-orange-color: color-mix(in srgb, var(--ff-orange-color), #fff 30%);
}
@media screen and (max-width: 980px) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}