/*
Theme Name: Flight Booking
Author: TCB team
Description: One for all
Requires at least: 6.4
Requires PHP: +8.1
Version: 2.0
*/

:root {
	--white-color: #fff;
	--black-color: #000;
	--dark-color: rgba(33, 37, 41, 1);
	--red-color: #ec2029;
	--blue-color: #0065d1;
	--error-color: #D40023;
	--notify-color: #d60024;
	--warning-color: #ffb700;
	--success-color: #006400;

	--border-color: #e5e7eb;

	--brand-50: 255 248 242;
	--neutral-800: 23 24 28;
	--neutral-100: 214 215 219;
	--subbrand-500: 7 112 228;
	--brand-500: 252 121 13;
	--text-selection-outline: 0 96 199;
	--border-secondary: 200 202 208;
	--bg-brand-hover: var(--brand-50);

	--background-light: #fff7ea;
	--background-light-2: #fdf8e4;

	--text-default: #000;
	--text-primary: #fff;
	--text-secondary: #5e616e;
	--text-brand: #ec5b26;
	
	--brand-color: #ec5b26;
	--primary-color: #1268B1;
	--primary-hover-color: #49a4f3;

	--loading-color-1: var(--brand-color);
    --loading-color-2: var(--warning-color);
	--home-background-color: #1268B1;

	--blue02-color: #438bf1;
	--main-color: #1268B1;
	--main-button-color: linear-gradient(26.73deg, #1268B1 13.7%, #3878b1 29.8%, #1268B1 66.81%);
	--subheading-color: #4a5568;
}
