/*------------------------------------------------------------------

@Author: CodeoStudio
@URL:    http://codeostudio.hr/

[Table of contents]
1. Import from Google
2. Roboto
3. Nunito

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Import from Google
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700');

/*------------------------------------------------------------------
    2. Roboto
-------------------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
    line-height: 25px
}

/*------------------------------------------------------------------
    3. Nunito
-------------------------------------------------------------------*/
#cs-primary-nav,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito', sans-serif;
}