/*------------------------------------------------------------------

@Author: CodeoStudio
@URL:    http://codeostudio.hr/
@Date:   04/1/2017

[Table of contents]

1. Arial
2. Droid Serif

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Arial
-------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif
}

/*------------------------------------------------------------------
    2. Droid Serif
-------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Droid Serif', serif;
}