@font-face {
	font-family: GDS Transport;
	src: url(../../assets/fonts/light-94a07e06a1-v2.woff2) format("woff2"), url(../../assets/fonts/light-f591b13f7d-v2.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: GDS Transport;
	src: url(../../assets/fonts/bold-b542beb274-v2.woff2) format("woff2"), url(../../assets/fonts/bold-affa96571d-v2.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: fallback;
}

.govuk-footer__copyright-logo {
	display: inline-block;
	min-width: 125px;
	padding-top: 112px;
	background-image: url(../../assets/images/govuk-crest.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 125px 102px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:2dppx), only screen and (min-resolution:192dpi) {
	.govuk-footer__copyright-logo {
		background-image: url(../../assets/images/govuk-crest-2x.png)
	}
}