:root{
	--booking-primary: 225, 112, 26;
	--booking-secondary: 107, 101, 97;
	--booking-background: 225, 112, 26;
	--booking-text: 0, 0, 0;
	--booking-form-text: 66, 66, 66;
	--booking-button-cta: 225, 112, 26;
	--booking-button-text: 255, 255, 255;
	--booking-form-icons: 255, 255, 255;
}

span.button.details {
    background: white;
    border: 1px solid rgb(var(--booking-primary));
    color: var(--booking-primary);
}