@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,cyrillic-ext);

@font-face {
    font-family: 'somersby-ukraine-header';
    src: url('/assets/fonts/somersby-ukraine-header.eot');
    src: url('/assets/fonts/somersby-ukraine-header.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/somersby-ukraine-header.woff2') format('woff2'),
         url('/assets/fonts/somersby-ukraine-header.woff') format('woff'),
         url('/assets/fonts/somersby-ukraine-header.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body h1, body h2, body h3,
.country-list,
form.pegasus fieldset legend,
#gate .locale-select,
#gate .birthday-input,
#gate .yes-no,
#gate .or-seperator,
#gate .facebook-login,
#gate .button,
#desktop-menu,
#mobile-menu nav,
.social-grid .filter .filter-label,.social-grid .filter li,
.social-grid .filter .bar,
.social-grid .load-more,
.social-grid-item,
.footer
{
	font-family: 'somersby-ukraine-header', 'Ubuntu Condensed', sans-serif !important;
	font-weight: 400;
}

.hero .text h1,
.hero .text h2 {
	font-family: 'somersby-ukraine-header', 'Ubuntu Condensed', sans-serif !important;
	font-weight: 400;
}

/*
.health-warning {
	margin-top: 40px;
	overflow: hidden;
    text-indent: -9999em;
    height: 15vh;
	background: #fff url(/assets/images/ukraine-health-warning.png) no-repeat;
	background-size: 100% 100%;
}
*/

@media only screen and (max-width: 767px) {
	.footer,
	#modal article.modal-content .share-button-wrap
	{
		font-family: 'somersby-ukraine-header', 'Ubuntu Condensed', sans-serif !important;
		font-weight: 400;
	}
}