/*
Theme Name: Qivits
Theme URI: https://qivits.com
Author: Ashok Shrestha
Author URI:
Description: Custom theme for Qivits Freight Brokerage — apparel, textile & wholesale freight.
Version: 1.0.0
Text Domain: qivits
*/

:root {
	--font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
	--font-serif: 'Playfair Display', ui-serif, Georgia, serif;

	--color-navy: #16355f;
	--color-navy-deep: #0d2244;
	--color-navy-soft: #1f4a7d;
	--color-brand-blue: #1f5fa8;
	--color-brand-teal: #1a7d78;
	--color-brand-green: #1c9e4f;
	--color-brand-green-dark: #14803e;
	--color-ink: #0f1b2d;
	--color-sand: #f7f9fc;

	--color-muted: #f2f6fb;
	--color-muted-foreground: #5b6b82;
	--color-border: #e3e9f1;
	--color-input: #e3e9f1;

	--radius-sm: 0.375rem;
	--radius-md: 0.625rem;
	--radius-lg: 1rem;
	--radius-xl: 1.5rem;

	--max-width: 72rem;
}

@keyframes qivits-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-14px); }
}

@keyframes qivits-fade-up {
	from { opacity: 0; transform: translateY(32px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes qivits-fade-left {
	from { opacity: 0; transform: translateX(-32px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes qivits-fade-right {
	from { opacity: 0; transform: translateX(32px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes qivits-fade-scale {
	from { opacity: 0; transform: scale(0.95); }
	to { opacity: 1; transform: scale(1); }
}
