/* Inter */
@font-face { font-family: 'Inter Light'; src: url('../webfonts/Inter-Light.woff2') format('woff2'); 
			 font-weight: 300; 
			 font-style: normal; 
			 font-stretch: normal; 
		   }
@font-face { font-family: 'Inter Regular'; src: url('../webfonts/Inter-Regular.woff2') format('woff2'); 
			 font-weight: 400; 
			 font-style: normal; 
			 font-stretch: normal; 
		   }
@font-face { font-family: 'Inter Medium'; src: url('../webfonts/Inter-Medium.woff2') format('woff2'); 
			 font-weight: 500; 
			 font-style: normal; 
			 font-stretch: normal; 
		   }
@font-face { font-family: 'Inter Bold'; src: url('../webfonts/Inter-Bold.woff2') format('woff2'); 
			 font-weight: 600; 
			 font-style: normal; 
			 font-stretch: normal; 
		   }

/* Inter italic */
@font-face { font-family: 'Inter Light italic'; src: url('../webfonts/Inter-LightItalic.woff2') format('woff2'); 
			 font-weight: 300; 
			 font-style: italic; 
			 font-stretch: normal; 
		   }
@font-face { font-family: 'Inter Regular italic'; src: url('../webfonts/Inter-Italic.woff2') format('woff2'); 
			 font-weight: 400; 
			 font-style: italic; 
			 font-stretch: normal; 
		   }
@font-face { font-family: 'Inter Medium italic'; src: url('../webfonts/Inter-MediumItalic.woff2') format('woff2'); 
			 font-weight: 500; 
			 font-style: italic; 
			 font-stretch: normal; 
		   }
@font-face { font-family: 'Inter Bold italic'; src: url('../webfonts/Inter-BoldItalic.woff2') format('woff2'); 
			 font-weight: 600; 
			 font-style: italic; 
			 font-stretch: normal; 
		   }


/* Fira */
@font-face { font-family: 'Fira Code Light'; src: url('../webfonts/FiraCode-Light.woff2') format('woff2'); 
			 font-weight: 300; 
			 font-style: normal; 
			 font-stretch: normal; 
		   }
@font-face { font-family: 'Fira Code'; src: url('../webfonts/FiraCode-Regular.woff2') format('woff2'); 
			 font-weight: 400; 
			 font-style: normal; 
			 font-stretch: normal; 
		   }
@font-face { font-family: 'Fira Code Medium'; src: url('../webfonts/FiraCode-Medium.woff2') format('woff2'); 
			 font-weight: 500; 
			 font-style: normal; 
			 font-stretch: normal; 
		   }
