@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap')

html, h1, h2, h3, h4 {
	font-family: "Sofia Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.uk-grid {
	align-items: flex-start;
}

.uk-section-small {
    padding-top: 20px;
    padding-bottom: 40px;
}

.uk-card-header, .uk-card-footer {
	padding-left: 0;
	padding-right: 0;
}

.uk-card-title {
	font-size: 2.5rem;
	margin-top: 2px;
	font-weight: 300;
	line-height: 0.8;
}

.uk-text-meta {
	font-size: 1.2rem;
	font-weight: 300;
	margin-left: 3px;
	margin-top: 3px !important;
}

.uk-section-default {
	background: none;
}

.gameicon {
	height: 64px;
	width: 64px;
}

.uk-card-footer, .uk-card-body p {
	padding-left: 16px;
	padding-right: 16px;
	font-size: 1.4rem;
	font-weight: 300;
}

.uk-card-body p {
	line-height: 1.3;
}

.uk-card-footer {
	padding-top: 36px;
}

.uk-card-body {
	padding: 0;
}

.uk-card-footer a img {
	height: 58px;
	margin-right: 7px;
}

.uk-navbar-muted {
	background-color: #222 !important;
}

.uk-icon-button {
	border-radius: 0;
	background: none;
}

.uk-icon-button:hover {
	border-radius: 0;
	background: none;
}

.uk-modal-title {
	font-size: 1.8rem;
	line-height: 1;
}

.buy-button-icon {
	position: relative;
	top:-2px;
	left: -4px;
}

.alert-icon {
	position: relative;
	top:-2px;
}

.uk-button-danger {
	border-radius: 50px;
}

.uk-card-default {
    box-shadow: none;
	border: 1px solid #e5e5e5;
}

.uk-text-small {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.uk-alert-danger, .uk-alert-primary, .uk-alert-success {
	margin-bottom: 0;
}
