/* skin-localpro.css */
/* 
   This file overrides the default color variables with 
   the LocalPro color palette. It references the structure 
   provided by "default.css" but applies LocalPro styling.
*/

/* General */
:root {
	--border-radius: 4px;
	--border-radius2x: 8px;
	--default: #2D3748; /* Using LocalPro text-color as a default neutral dark */
}

/* Skin Colors */
:root {
	/* 
	   Mapping LocalPro's primary brand color (#394b63) as the new primary.
	   LocalPro primary: #394b63 (derived from --color-brand-primary)
	*/
	--primary: #394b63;
	--primary-100: #34445a;
	--primary-200: #2f3d52;
	--primary-300: #2a3649;
	--primary--100: #41516d;
	--primary--200: #475778;
	--primary--300: #4d5d82;
	--primary-rgba-0: rgba(57, 75, 99, 0);
	--primary-rgba-10: rgba(57, 75, 99, 0.1);
	--primary-rgba-20: rgba(57, 75, 99, 0.2);
	--primary-rgba-30: rgba(57, 75, 99, 0.3);
	--primary-rgba-40: rgba(57, 75, 99, 0.4);
	--primary-rgba-50: rgba(57, 75, 99, 0.5);
	--primary-rgba-60: rgba(57, 75, 99, 0.6);
	--primary-rgba-70: rgba(57, 75, 99, 0.7);
	--primary-rgba-80: rgba(57, 75, 99, 0.8);
	--primary-rgba-90: rgba(57, 75, 99, 0.9);

	/*
	   Using LocalPro's secondary color (#718096) as the new secondary.
	   LocalPro secondary: #718096 (Cool Grey from --secondary-color)
	*/
	--secondary: #718096;
	--secondary-100: #687282;
	--secondary-200: #5f6474;
	--secondary-300: #565666;
	--secondary--100: #7b8a9e;
	--secondary--200: #8492a6;
	--secondary--300: #8e9aaf;
	--secondary-rgba-0: rgba(113, 128, 150, 0);
	--secondary-rgba-10: rgba(113, 128, 150, 0.1);
	--secondary-rgba-20: rgba(113, 128, 150, 0.2);
	--secondary-rgba-30: rgba(113, 128, 150, 0.3);
	--secondary-rgba-40: rgba(113, 128, 150, 0.4);
	--secondary-rgba-50: rgba(113, 128, 150, 0.5);
	--secondary-rgba-60: rgba(113, 128, 150, 0.6);
	--secondary-rgba-70: rgba(113, 128, 150, 0.7);
	--secondary-rgba-80: rgba(113, 128, 150, 0.8);
	--secondary-rgba-90: rgba(113, 128, 150, 0.9);

	/*
	   Using LocalPro's accent color (#48BB78) as the new tertiary.
	   LocalPro accent: #48BB78 (Green from --accent-color)
	*/
	--tertiary: #48BB78;
	--tertiary-100: #41a56c;
	--tertiary-200: #3a8f60;
	--tertiary-300: #337954;
	--tertiary--100: #50c58c;
	--tertiary--200: #57ce9f;
	--tertiary--300: #5fd8b3;
	--tertiary-rgba-0: rgba(72, 187, 120, 0);
	--tertiary-rgba-10: rgba(72, 187, 120, 0.1);
	--tertiary-rgba-20: rgba(72, 187, 120, 0.2);
	--tertiary-rgba-30: rgba(72, 187, 120, 0.3);
	--tertiary-rgba-40: rgba(72, 187, 120, 0.4);
	--tertiary-rgba-50: rgba(72, 187, 120, 0.5);
	--tertiary-rgba-60: rgba(72, 187, 120, 0.6);
	--tertiary-rgba-70: rgba(72, 187, 120, 0.7);
	--tertiary-rgba-80: rgba(72, 187, 120, 0.8);
	--tertiary-rgba-90: rgba(72, 187, 120, 0.9);

	/*
	   Using LocalPro's text color (#2D3748) as quaternary.
	   It's a dark grey/blue tone that complements the palette well.
	*/
	--quaternary: #2D3748;
	--quaternary-100: #273040;
	--quaternary-200: #212a38;
	--quaternary-300: #1b2430;
	--quaternary--100: #333f51;
	--quaternary--200: #394459;
	--quaternary--300: #3f4a61;
	--quaternary-rgba-0: rgba(45, 55, 72, 0);
	--quaternary-rgba-10: rgba(45, 55, 72, 0.1);
	--quaternary-rgba-20: rgba(45, 55, 72, 0.2);
	--quaternary-rgba-30: rgba(45, 55, 72, 0.3);
	--quaternary-rgba-40: rgba(45, 55, 72, 0.4);
	--quaternary-rgba-50: rgba(45, 55, 72, 0.5);
	--quaternary-rgba-60: rgba(45, 55, 72, 0.6);
	--quaternary-rgba-70: rgba(45, 55, 72, 0.7);
	--quaternary-rgba-80: rgba(45, 55, 72, 0.8);
	--quaternary-rgba-90: rgba(45, 55, 72, 0.9);

	/*
	   Using LocalPro's text-color or dark tones for --dark.
	   We'll keep it consistent with quaternary for a cohesive palette.
	*/
	--dark: #2D3748;
	--dark-100: #252e3e;
	--dark-200: #1f2735;
	--dark-300: #19112c;
	--dark--100: #333f51;
	--dark--200: #394459;
	--dark--300: #3f4a61;
	--dark-rgba-0: rgba(45, 55, 72, 0);
	--dark-rgba-10: rgba(45, 55, 72, 0.1);
	--dark-rgba-20: rgba(45, 55, 72, 0.2);
	--dark-rgba-30: rgba(45, 55, 72, 0.3);
	--dark-rgba-40: rgba(45, 55, 72, 0.4);
	--dark-rgba-50: rgba(45, 55, 72, 0.5);
	--dark-rgba-60: rgba(45, 55, 72, 0.6);
	--dark-rgba-70: rgba(45, 55, 72, 0.7);
	--dark-rgba-80: rgba(45, 55, 72, 0.8);
	--dark-rgba-90: rgba(45, 55, 72, 0.9);

	/*
	   LocalPro background-color: #F7FAFC (a very light grey) as light.
	*/
	--light: #F7FAFC;
	--light-100: #edf2f7;
	--light-200: #e2e8f0;
	--light-300: #cbd5e0;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(247, 250, 252, 0);
	--light-rgba-10: rgba(247, 250, 252, 0.1);
	--light-rgba-20: rgba(247, 250, 252, 0.2);
	--light-rgba-30: rgba(247, 250, 252, 0.3);
	--light-rgba-40: rgba(247, 250, 252, 0.4);
	--light-rgba-50: rgba(247, 250, 252, 0.5);
	--light-rgba-60: rgba(247, 250, 252, 0.6);
	--light-rgba-70: rgba(247, 250, 252, 0.7);
	--light-rgba-80: rgba(247, 250, 252, 0.8);
	--light-rgba-90: rgba(247, 250, 252, 0.9);
}

/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;  /* Light text on dark primary */
	--secondary-inverse: #FFF;
	--tertiary-inverse: #FFF;
	--quaternary-inverse: #FFF;
	--dark-inverse: #FFF;
	--light-inverse: #2D3748; /* Dark text on light background */
}

/* Grey Colors 
   Using LocalPro neutrals and muted text for grey scale.
*/
:root {
	--grey: #A0AEC0;    /* Muted text grey */
	--grey-100: #F7FAFC;
	--grey-200: #EDF2F7; /* Very Light Grey (neutral-color) */
	--grey-300: #E2E8F0;
	--grey-400: #CBD5E0;
	--grey-500: #A0AEC0;
	--grey-600: #718096;
	--grey-700: #4A5568;
	--grey-800: #2D3748;
	--grey-900: #1A202C;
	--grey-1000: #000000; /* a fallback darkest tone */
}
