/*
- - - > |  @font-face  | < - - - 
*/
/* Indivisible Web Thin */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebThin/IndivisibleWebThin.woff2') format('woff2'),
	     url('IndivisibleWebThin/IndivisibleWebThin.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
	}

/* Indivisible Web Thin Italic */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebThinItalic/IndivisibleWebThinItalic.woff2') format('woff2'),
	     url('IndivisibleWebThinItalic/IndivisibleWebThinItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
	}

/* Indivisible Web Light */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebLight/IndivisibleWebLight.woff2') format('woff2'),
	     url('IndivisibleWebLight/IndivisibleWebLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}

/* Indivisible Web Light Italic */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebLightItalic/IndivisibleWebLightItalic.woff2') format('woff2'),
	     url('IndivisibleWebLightItalic/IndivisibleWebLightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
	}

/* Indivisible Web Regular */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebRegular/IndivisibleWebRegular.woff2') format('woff2'),
	     url('IndivisibleWebRegular/IndivisibleWebRegular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}

/* Indivisible Web Regular Italic */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebRegularItalic/IndivisibleWebRegularItalic.woff2') format('woff2'),
	     url('IndivisibleWebRegularItalic/IndivisibleWebRegularItalic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	}

/* Indivisible Web Medium */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebMedium/IndivisibleWebMedium.woff2') format('woff2'),
	     url('IndivisibleWebMedium/IndivisibleWebMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

/* Indivisible Web Medium Italic */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebMediumItalic/IndivisibleWebMediumItalic.woff2') format('woff2'),
	     url('IndivisibleWebMediumItalic/IndivisibleWebMediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
	}

/* Indivisible Web Semi Bold */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebSemiBold/IndivisibleWebSemiBold.woff2') format('woff2'),
	     url('IndivisibleWebSemiBold/IndivisibleWebSemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

/* Indivisible Web Semi Bold Italic */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebSemiBoldItalic/IndivisibleWebSemiBoldItalic.woff2') format('woff2'),
	     url('IndivisibleWebSemiBoldItalic/IndivisibleWebSemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
	}

/* Indivisible Web Bold */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebBold/IndivisibleWebBold.woff2') format('woff2'),
	     url('IndivisibleWebBold/IndivisibleWebBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}

/* Indivisible Web Bold Italic */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebBoldItalic/IndivisibleWebBoldItalic.woff2') format('woff2'),
	     url('IndivisibleWebBoldItalic/IndivisibleWebBoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	}

/* Indivisible Web Black */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebBlack/IndivisibleWebBlack.woff2') format('woff2'),
	     url('IndivisibleWebBlack/IndivisibleWebBlack.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}

/* Indivisible Web Black Italic */
	@font-face {
	font-family: 'IndivisibleWeb';
	src: url('IndivisibleWebBlackItalic/IndivisibleWebBlackItalic.woff2') format('woff2'),
	     url('IndivisibleWebBlackItalic/IndivisibleWebBlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
	}

/*
- - - > |  Font Classes  | < - - - 
*/
.IndivisibleWebThin {
	font-family: 'IndivisibleWeb';
	font-weight: 200;
	font-style: normal;
	}

.IndivisibleWebThinItalic {
	font-family: 'IndivisibleWeb';
	font-weight: 200;
	font-style: italic;
	}

.IndivisibleWebLight {
	font-family: 'IndivisibleWeb';
	font-weight: 300;
	font-style: normal;
	}

.IndivisibleWebLightItalic {
	font-family: 'IndivisibleWeb';
	font-weight: 300;
	font-style: italic;
	}

.IndivisibleWebRegular {
	font-family: 'IndivisibleWeb';
	font-weight: 400;
	font-style: normal;
	}

.IndivisibleWebRegularItalic {
	font-family: 'IndivisibleWeb';
	font-weight: 400;
	font-style: italic;
	}

.IndivisibleWebMedium {
	font-family: 'IndivisibleWeb';
	font-weight: 500;
	font-style: normal;
	}

.IndivisibleWebMediumItalic {
	font-family: 'IndivisibleWeb';
	font-weight: 500;
	font-style: italic;
	}

.IndivisibleWebSemiBold {
	font-family: 'IndivisibleWeb';
	font-weight: 600;
	font-style: normal;
	}

.IndivisibleWebSemiBoldItalic {
	font-family: 'IndivisibleWeb';
	font-weight: 600;
	font-style: italic;
	}

.IndivisibleWebBold {
	font-family: 'IndivisibleWeb';
	font-weight: 700;
	font-style: normal;
	}

.IndivisibleWebBoldItalic {
	font-family: 'IndivisibleWeb';
	font-weight: 700;
	font-style: italic;
	}

.IndivisibleWebBlack {
	font-family: 'IndivisibleWeb';
	font-weight: 900;
	font-style: normal;
	}

.IndivisibleWebBlackItalic {
	font-family: 'IndivisibleWeb';
	font-weight: 900;
	font-style: italic;
	}
