/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter-v20/inter-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20/inter-v20-latin-400.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v20/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v20/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}













	:root {
		--bg-primary: 0 0 0;
		--bg-secondary: #05070c;
		--bg-card: 14 18 26;
		--text-primary:#ffffff;
		--text-secondary:#999999;
		--text-stage:#cccccc;
		--text-tertiary:#666666;
		--accent:0 80 150; 
		
		--accent-hover: #1590e6;
		
		--border: #141a26;
		--border-light: #1c2436;

		--alert:248 113 113;
	}


		
	

@media (prefers-color-scheme:light) {
	:root {
		--bg-primary: 255 255 255;
		--bg-secondary: #f7f9fc;
		--bg-card: 240 244 250;
		--bg-card: 245 247 251;
		--text-primary: #0b1224;
		--text-secondary: #334266;
		--text-stage:#cccccc;
		--text-tertiary: #6b7fa6;

		--accent-hover: #0a5fa0;
		--border:#e5e5e5;
		--border-light: #a5a5a5;

	}
}


[data-theme="light"] {
	--bg-primary: 255 255 255;
	--bg-secondary: #f7f9fc;
	--bg-card: 240 244 250;
	--bg-card: 245 247 251;
	--text-primary: #0b1224;
	--text-secondary: #334266;
	--text-stage:#7a7a7a;

	--text-tertiary: #6b7fa6;
	--accent-hover: #0a5fa0;
	--border:#e5e5e5;
	--border-light: #a5a5a5;
	

}


/*


[data-theme="dark"]{
	--bg-primary: 0 0 0;
	--bg-secondary: #05070c;
	--bg-card: 12 16 24;
	--bg-card: 14 18 26;
	--text-primary:#ffffff;
	--text-secondary:#999999;
	--text-tertiary:#666666;
	
	--accent-hover: #1590e6;
	--border: #141a26;
	--border-light: #1c2436;
}

*/