/*
- - - > |  @font-face  | < - - - 
*/
/* Klavika Web Light */
	@font-face {
	font-family: 'KlavikaWeb';
	src: url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebLight/KlavikaWebLight.woff2') format('woff2'),
	     url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebLight/KlavikaWebLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	}

/* Klavika Web Light Italic */
	@font-face {
	font-family: 'KlavikaWeb';
	src: url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebLightItalic/KlavikaWebLightItalic.woff2') format('woff2'),
	     url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebLightItalic/KlavikaWebLightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	}

/* Klavika Web Regular */
	@font-face {
	font-family: 'KlavikaWeb';
	src: url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebRegular/KlavikaWebRegular.woff2') format('woff2'),
	     url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebRegular/KlavikaWebRegular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	}

/* Klavika Web Regular Italic */
	@font-face {
	font-family: 'KlavikaWeb';
	src: url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebRegularItalic/KlavikaWebRegularItalic.woff2') format('woff2'),
	     url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebRegularItalic/KlavikaWebRegularItalic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	}

/* Klavika Web Medium */
	@font-face {
	font-family: 'KlavikaWeb';
	src: url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebMedium/KlavikaWebMedium.woff2') format('woff2'),
	     url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebMedium/KlavikaWebMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	}

/* Klavika Web Medium Italic */
	@font-face {
	font-family: 'KlavikaWeb';
	src: url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebMediumItalic/KlavikaWebMediumItalic.woff2') format('woff2'),
	     url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebMediumItalic/KlavikaWebMediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	}

/* Klavika Web Bold */
	@font-face {
	font-family: 'KlavikaWeb';
	src: url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebBold/KlavikaWebBold.woff2') format('woff2'),
	     url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebBold/KlavikaWebBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	}

/* Klavika Web Bold Italic */
	@font-face {
	font-family: 'KlavikaWeb';
	src: url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebBoldItalic/KlavikaWebBoldItalic.woff2') format('woff2'),
	     url('https://www.cohesity.com/content/dam/cohesity/live/campaign-and-key-pages/simulator/KlavikaWeb/KlavikaWebBoldItalic/KlavikaWebBoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	}

/*
- - - > |  Font Classes  | < - - - 
*/
.KlavikaWebLight {
	font-family: 'KlavikaWeb';
	font-weight: 300;
	font-style: normal;
	}

.KlavikaWebLightItalic {
	font-family: 'KlavikaWeb';
	font-weight: 300;
	font-style: italic;
	}

.KlavikaWebRegular {
	font-family: 'KlavikaWeb';
	font-weight: 400;
	font-style: normal;
	}

.KlavikaWebRegularItalic {
	font-family: 'KlavikaWeb';
	font-weight: 400;
	font-style: italic;
	}

.KlavikaWebMedium {
	font-family: 'KlavikaWeb';
	font-weight: 500;
	font-style: normal;
	}

.KlavikaWebMediumItalic {
	font-family: 'KlavikaWeb';
	font-weight: 500;
	font-style: italic;
	}

.KlavikaWebBold {
	font-family: 'KlavikaWeb';
	font-weight: 700;
	font-style: normal;
	}

.KlavikaWebBoldItalic {
	font-family: 'KlavikaWeb';
	font-weight: 700;
	font-style: italic;
	}
