@font-face {
  font-family: 'Gotham Book';
  font-style: normal;
	font-weight: 300;
	font-display: swap;
  src: url('/banorte/__host/debitoempresarialpersonas.banorte.com/assets/fonts/bnt/Gotham-Book.ttf') format('truetype');
}

@font-face {
  font-family: 'Gotham Book';
  font-style: normal;
	font-weight: 700;
	font-display: swap;
  src: url('/banorte/__host/debitoempresarialpersonas.banorte.com/assets/fonts/bnt/Gotham-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
	font-weight: 300;
	font-display: swap;
  src: url('/banorte/__host/debitoempresarialpersonas.banorte.com/assets/fonts/bnt/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
	font-weight: 700;
	font-display: swap;
  src: url('/banorte/__host/debitoempresarialpersonas.banorte.com/assets/fonts/bnt/Roboto-Bold.ttf') format('truetype');
}

:root {

	/* Brand colors */
	--color-primary: #EB0029;
	--color-secondary: #ffffff;
	--color-tertiary: #f1f1f1;
	--color-room: #E1E1E1;
	--color-fifth: #707070;
	--color-sixth: #4E4044;
	--color-seventh:#D10024;
	--color-eighth: #DDDDDD;

	/* Others */
	--option-not-active: #ffffff;
	--option-active: #EB0029;
	--black: #111111;

  /* Typography */
 	--font-family-base-first: 'Gotham Book', sans-serif;
	--font-family-base: 'Roboto', sans-serif;
  --font-family-monospace: monospace, "Courier New";
  --font-family-novoglyphs: 'novoglyphs';

  /* Border radius */
  --border-radius: 0;
}
