
/* https://muffingroup.com/blog/yellow-color-palette/*/

:root {

	--bs-font-sans-serif: Lato, sans-serif;


	--color-black: #010101;
	--color-white: #fdfdfd;

	--text-color: #1e2939;
  --text-color-bold: #222330;
  
	--color-gray-50:  #efefef;
	--color-gray-100: #DEDFE4;
  --color-gray-300: #C1C2C7;
  --color-gray-500: #919297;
  --color-gray-700: #75767B;
  --color-gray-900: #393A3F;
  --color-gray-950: #232429;
 
	--color-yellow-lightest: #FFEFB3;
	--color-yellow-lighter: 	#FFDB54;
  --color-yellow: 					#FECC00;
	--color-yellow-darker: 	#AB8700;
	--color-yellow-darkest: 	#4B3B00;

	--color-blue-eastern-lightest: #BCE4F1;
	--color-blue-eastern-lighter: #53B1D0;
	--color-blue-eastern: #1995BE;
	--color-blue-eastern-darker: #046687;
	--color-blue-eastern-darkest: #013648;

	--color-bronze: #533e0d;
	--color-bronze-darker: #332400;
	--color-bronze-darkest: #171000;
	--color-bronze-darkest-trans50: #1710007f;
	--color-bronze-darkest-trans75: #171000bf;

	--color-gray-waikawa: #6575a2;
	--color-gray-waikawa-darker: #415487;
	--color-gray-waikawa-darkest: #25386C;
	
	--color-purple-jackson: #1a3685;
	--color-purple-jackson-darker: #0D276D;
	--color-purple-jackson-darkest: #061B52;
	--color-purple-jackson-trans75: #1a3685BF;
	
	--color-red-damask: #d56b36;
	--color-red-damask-darker: #B24D1A;
	--color-red-damask-darkest: #8C3103;
	--color-red-damask-trans75: #d56b36bf;

	--color-admin-primary: #0d6efd;
	--color-admin-secondary: var(--color-purple-jackson);


/* Bootstrap overrides */

	--bs-border-color: var(--color-gray-500);




/* Sizing
----------------------- */

	--font-size-s: 		0.875rem;
	--font-size-xs: 	0.75rem;

	--padding-x-s:	0.9rem;
	--padding-y-s:	0.3rem;
	--padding-x-xs:	0.6rem;
	--padding-y-xs:	0.2rem;

}

