/****** cc-import-typography-reboot ******/

@import url('css2.css');

/* @font-face {
  font-family: 'Chopin';
  src: url(../fonts/Chopin-Light.ttf) format('ttf');
} */



body,
html {
	/* height: 100%; */
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: 'Chopin','Jost', sans-serif;
	/* font-family: 'Chopin-Light', sans-serif; */
}


/****** cc-commen-style-reboot ******/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Chopin','Jost', sans-serif;
	letter-spacing: 0;
	color: #fff;
	margin: 0;
	padding: 0;
}


h1 {
	font-size: 100px;
	/* text-transform: uppercase; */
	font-weight: 600;
}

h2 {
	font-size: 40px;
	/* text-transform: uppercase; */
}

h3 {
	font-size: 32px;
	/* text-transform: uppercase; */
}

h4 {
	font-size: 22px;
	/* text-transform: uppercase; */
}

h5 {
	font-size: 13px;
	/* text-transform: uppercase; */
}

h6 {
	font-size: 10px;
	text-transform: capitalize;
}


p {
	font-size: 24px;
	color: #ccc;
	margin: 0;
	padding: 0;
	line-height: 35px;
}

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #fff;
}

.cc-btn {
	/* text-transform: uppercase; */
	color: #fff;
	border: 1px solid #fff;
	border-radius: inherit;
	padding: 10px 40px;
	background-color: transparent;
}

.cc-btn:hover {
	background-color: #fff;
	color: #000;
}

.cc-btn-link {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 20px;
}