@font-face {
    font-family: first;
    src: url(font/Exo-ExtraBold.otf);
}

@font-face {
    font-family: second;
    src: url(font/Quicksand-Bold.otf);
}

@font-face {
    font-family: third;
    src: url(font/Lobster.otf);
}

@font-face {
    font-family: fourth;
    src: url(font/Arcon-Regular.otf);
}

@font-face {
    font-family: fifth;
    src: url(font/Arcon-Regular.otf);
}

@font-face {
    font-family: sixth;
    src: url(font/Capture_it.otf);
}

h1 {
    font-family: first;
}

h2{
    font-family: second;
}

h3{
	font-family: third;
}

h4 {
	font-family: fourth;
}

h5 {
	font-family: fifth;
}

h6 {
	font-family: sixth;
}