// Webfonts

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	src: url("../../inc/fonts/fonts/inter/Inter-Light.woff2") format("woff2");
  }
  
  @font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url("../../inc/fonts/fonts/inter/Inter-Regular.woff2") format("woff2");
  }
  
  @font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url("../../inc//fonts/fonts/inter/Inter-Bold.woff2") format("woff2");
  }
  
  @font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	src: url("../../inc/fonts/fonts/inter/Inter-Black.woff2") format("woff2");
  }
  
  @font-face {
	font-family: 'Oxygen';
	font-style: normal;
	font-weight: 300;
	src: url("../../inc/fonts/fonts/oxygen/oxygen-v15-latin-300.woff2") format("woff2");
  }
  
  @font-face {
	font-family: 'Oxygen';
	font-style: normal;
	font-weight: 400;
	src: url("../../inc/fonts/fonts/oxygen/oxygen-v15-latin-regular.woff2") format("woff2");
  }
  
  @font-face {
	font-family: 'Oxygen';
	font-style: normal;
	font-weight: 900;
	src: url("../../inc/fonts/fonts/oxygen/oxygen-v15-latin-700.woff2") format("woff2");
  }
  
  @font-face {
	font-family: 'Oxygen Mono';
	font-style: normal;
	font-weight: 400;
	src: url("../../inc/fonts/fonts/oxygen/oxygen-mono-v14-latin-regular.woff2") format("woff2");
  }

