/* @import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/* FC Iconic Font */
@font-face {
	font-family: 'FC Iconic';
	src: url('../fonts/fc-iconic/fc_iconic_bold.woff2') format('woff2'),
		 url('../fonts/fc-iconic/fc_iconic_bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'FC Iconic';
	src: url('../fonts/fc-iconic/fc_iconic_semibold.woff2') format('woff2'),
		 url('../fonts/fc-iconic/fc_iconic_semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'FC Iconic';
	src: url('../fonts/fc-iconic/fc_iconic_medium.woff2') format('woff2'),
		 url('../fonts/fc-iconic/fc_iconic_medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'FC Iconic';
	src: url('../fonts/fc-iconic/fc_iconic_regular.woff2') format('woff2'),
		 url('../fonts/fc-iconic/fc_iconic_regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'FC Iconic';
	src: url('../fonts/fc-iconic/fc_iconic_light.woff2') format('woff2'),
		 url('../fonts/fc-iconic/fc_iconic_light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'FC Iconic';
	src: url('../fonts/fc-iconic/fc_iconic_extralight.woff2') format('woff2'),
		 url('../fonts/fc-iconic/fc_iconic_extralight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

html,
body {
	font-size: 16px;
}

html,
body,
button {
	font-family: 'FC Iconic';
	font-weight: 400;
	/* line-height: 1.64; */
	line-height: initial;
}

/* font family */
.fc-iconic {
	font-family: 'FC Iconic';
	/* line-height: 1.46; */
	/* line-height: initial; */
}

/* font style */
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	font-family: 'FC Iconic';
}

/* typography */
h1, h2, h3, h4, h5, h6 { font-weight: 500; }
h1, h2, h3 { margin-top: 0.65em; margin-bottom: 0.6em; }
h4, h5, h6 { margin-top: 0.5em; margin-bottom: 0.33em; }
h1 { font-size: 3.0625rem; }
h2, .h2 { font-size: 2.125rem; }
h3, .h3 { font-size: 1.5rem; }
h4 { font-size: 1.375rem;	}
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }
h1>small, h2>small, h3>small, h4>small { display: block; line-height: 0.86; }

/* Font Weight */
.extra-light {
	font-weight: 200;
}
.light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.semi-bold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}


/* font extend */
.smaller { font-size: 0.675em; }
.small { font-size: 0.875em; }
.normal { font-size: 1.25em; }
.large { font-size: 1.6em; }
.larger { font-size: 2em; }

.uppercase {
	text-transform: uppercase;
}
.text-transform-none {
	text-transform: none;
}
.italic {
	font-style: italic;
}

/* button style */
.btn, 
.btn-large, 
.btn-small, 
.btn-flat {
	text-transform: none;
}