	
	@import "https://use.typekit.net/ydh3mlx.css";
	
	@font-face {
	    font-family: 'Kiro';
	    src: url('../../fonts/Kiro-LightItalic.woff2') format('woff2'),
	        url('../../fonts/Kiro-LightItalic.woff') format('woff');
	    font-weight: 300;
	    font-style: italic;
	    font-display: swap;
	}
	
	@font-face {
	    font-family: 'Kiro';
	    src: url('../../fonts/Kiro-Italic.woff2') format('woff2'),
	        url('../../fonts/Kiro-Italic.woff') format('woff');
	    font-weight: normal;
	    font-style: italic;
	    font-display: swap;
	}
	
	@font-face {
	    font-family: 'Kiro';
	    src: url('../../fonts/Kiro-Bold.woff2') format('woff2'),
	        url('../../fonts/Kiro-Bold.woff') format('woff');
	    font-weight: bold;
	    font-style: normal;
	    font-display: swap;
	}
	
	@font-face {
	    font-family: 'Kiro';
	    src: url('../../fonts/Kiro-Light.woff2') format('woff2'),
	        url('../../fonts/Kiro-Light.woff') format('woff');
	    font-weight: 300;
	    font-style: normal;
	    font-display: swap;
	}
	
	@font-face {
	    font-family: 'Kiro';
	    src: url('../../fonts/Kiro-Regular.woff2') format('woff2'),
	        url('../../fonts/Kiro-Regular.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	    font-display: swap;
	}
	
	@font-face {
	    font-family: 'Kiro';
	    src: url('../../fonts/Kiro-ExtraLightItalic.woff2') format('woff2'),
	        url('../../fonts/Kiro-ExtraLightItalic.woff') format('woff');
	    font-weight: 200;
	    font-style: italic;
	    font-display: swap;
	}
	
	@font-face {
	    font-family: 'Kiro';
	    src: url('../../fonts/Kiro-ExtraBoldItalic.woff2') format('woff2'),
	        url('../../fonts/Kiro-ExtraBoldItalic.woff') format('woff');
	    font-weight: bold;
	    font-style: italic;
	    font-display: swap;
	}
	
	@font-face {
	    font-family: 'Kiro';
	    src: url('../../fonts/Kiro-BoldItalic.woff2') format('woff2'),
	        url('../../fonts/Kiro-BoldItalic.woff') format('woff');
	    font-weight: bold;
	    font-style: italic;
	    font-display: swap;
	}
	
	@font-face {
	    font-family: 'Kiro';
	    src: url('../../fonts/Kiro-Thin.woff2') format('woff2'),
	        url('../../fonts/Kiro-Thin.woff') format('woff');
	    font-weight: 100;
	    font-style: normal;
	    font-display: swap;
	}
	
	@font-face {
	    font-family: 'Kiro';
	    src: url('../../fonts/Kiro-ThinItalic.woff2') format('woff2'),
	        url('../../fonts/Kiro-ThinItalic.woff') format('woff');
	    font-weight: 100;
	    font-style: italic;
	    font-display: swap;
	}
	
	@font-face {
	    font-family: 'Kiro';
	    src: url('../../fonts/Kiro-ExtraLight.woff2') format('woff2'),
	        url('../../fonts/Kiro-ExtraLight.woff') format('woff');
	    font-weight: 200;
	    font-style: normal;
	    font-display: swap;
	}
	
	@font-face {
	    font-family: 'Kiro';
	    src: url('../../fonts/Kiro-ExtraBold.woff2') format('woff2'),
	        url('../../fonts/Kiro-ExtraBold.woff') format('woff');
	    font-weight: bold;
	    font-style: normal;
	    font-display: swap;
	}

	
	
* {
  font-family: "Kiro", sans-serif;
}

html,
body {
 font-family: "Kiro", sans-serif;

}