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