/*fonts*/
@font-face{
	font-family:'CupraScreen';
	src:url('fonts/CupraScreen-Medium.woff') format('woff'), url('fonts/CupraScreen-Medium.woff2') format('woff2');
	font-weight:600;
	font-style:normal;
  font-display: swap;
}
@font-face{
	font-family:'CupraScreen';
	src:url('fonts/CupraScreen-Regular.woff') format('woff'), url('fonts/CupraScreen-Regular.woff2') format('woff2');
	font-weight:normal;
	font-style:normal;
  font-display: swap;
}
@font-face{
	font-family:'CupraScreen';
	src:url('fonts/CupraScreen-Light.woff') format('woff'), url('fonts/CupraScreen-Light.woff2') format('woff2');
	font-weight:100;
	font-style:normal;
  font-display: swap;
}
/*variables*/

:root{
	--font: 'CupraScreen',Verdana,sans-serif;
	--break-s: 560px;
	--break-m: 768px;
	--break-l: 1100px;
	--break-xl: 1600px;
	--white: #ffffff;
	--black: #1b1b1b;
	--border-link-color: #1B1B1B;
	--color-font: #1b1b1b;
	--color-font-dest: #1B1B1B;
	--link-color: #1B1B1B;
	--link-color-select: #1B1B1B;
	--primary-color: #1B1B1B;
	--primary-color-hover: #75787b;
	--primary-cta-font: #ffffff;
	--primary-cta-font-hover: #ffffff;
	--primary-cta: #1B1B1B;
	--cta-fix-color: #1B1B1B;
	--cta-fix-color-content: #ffffff;
	--secondary-cta: #000000;
	--secondary-color: #000000;
	--secondary-color-hover: #75787b;
	--secondary-cta-font: #ffffff;
	--secondary-cta-font-hover: #ffffff;
	--finance-on: #1B1B1B;
	--electrical-color: #08B34C;
	--whatsapp-color: #25D366;
	--whatsapp-color-hover: #1B1B1B;
	--prices-color: #000000;
	--advise-button-color: #000000;
	--grey-background: #f5f5f5;
	--grey-font: #3a3a3a;
	--grey-svg-footer:#868686;
	--grey-border: #EAEEED;
	--grey-border-dark: #B5B5B5;
	--grey-footer: #606060;
	--grey-bg-palid: #f9f9f9;
	--grey-bg-medium: #f5f5f5;
	--divisor-color: #D0D0D0;
	--moves-backgound: #D7FFE8;
	--moves-border: #1B1B1B;
	--video-close-color:#1B1B1B;
	--alert: #FD4141;
	--correct: #1B8F49;
	--prices-color: #1B1B1B;
	--filtersBread-border:#1B1B1B;
	--filtersBread-color:#1B1B1B;
	--filtersBread-background:#ffffff;
  }