/* GOV.UK Typography — minimal subset for headings, body, links */

body {
	font-family: "GDS Transport", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #0b0c0c;
	-webkit-font-smoothing: antialiased;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: 0.5em;
	}

h1,
.govuk-heading-xl {
	font-size: 48px;
	line-height: 1.15;
	margin-bottom: 0.5em;
	}

h2,
.govuk-heading-l {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 0.5em;
	}

h3,
.govuk-heading-m {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 0.5em;
	}

h4,
.govuk-heading-s {
	font-size: 19px;
	line-height: 1.3;
	margin-bottom: 0.5em;
	}

p,
.govuk-body {
	font-size: 16px;
	margin: 0 0 1em 0;
	}

a,
.govuk-link {
	color: #1d70b8;
	text-decoration: underline;
	}

a:hover,
.govuk-link:hover {
	color: #003078;
	}

a:visited,
.govuk-link:visited {
	color: #4c2c92;
	}

.govuk-hint {
	font-size: 14px;
	color: #505a5f;
	}

.govuk-input,
textarea,
select {
	font-family: inherit;
	font-size: 16px;
	line-height: 1.25;
	border: 2px solid #0b0c0c;
	padding: 5px 7px;
	width: 100%;
	box-sizing: border-box;
	}

.govuk-button {
	background-color: #1d70b8;
	border: none;
	color: white;
	font-weight: 700;
	font-size: 19px;
	padding: 10px 20px;
	cursor: pointer;
	}

.govuk-button:hover {
	background-color: #003078;
	}

.govuk-button:focus {
	outline: 3px solid #ffbf47;
	outline-offset: 0;
	}
