@font-face {
    font-family: 'handdrawnweb';
    src: url('/templates/yootheme/fonts/handdrawnweb-regular-webfont.woff2') format('woff2'),
         url('/templates/yootheme/fonts/handdrawnweb-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
	cursor: url("/images/cursor.gif"), url("/images/cursor.cur"), default;
	font-family: handdrawnweb;
	font-size: 18px;
}

a {
	 cursor: url("/images/thehand.gif"), url("/images/thehand.cur"), default;
}

.btn:not(:disabled), .uk-button:not(:disabled) {
	cursor:  url("/images/thehand.gif"), url("/images/thehand.cur"), default;
}

.uk-logo {
	margin: 10px auto;
}

.navbar .brand, .navbar .nav > li > a, .navbar-search, .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
	font-size: 30px;
	font-family: handdrawnweb;
}

.uk-heading-2xlarge {
	font-family: handdrawnweb;
}

.uk-h4, h4 {
	font-size: 28px;
	font-family: handdrawnweb;
}