/*------------------------------------------------------------------

@Author: CodeoStudio
@URL:    http://codeostudio.hr/

[Table of contents]

1. Arial
2. Dancing Script
3. Playfair Display

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Arial
-------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif
}

/*------------------------------------------------------------------
    2. Dancing Script
-------------------------------------------------------------------*/
#cs-page-title h2,
.cs-dropcap:first-letter,
.cs-page-404 .title-404,
.cs-teaser-title h4 {
	font-family: 'Dancing Script', cursive;
}

/*------------------------------------------------------------------
    3. Playfair Display
-------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5{color: darkred}
h6 {
	font-family: 'Playfair Display', serif;
}