@font-face {
  font-family: 'vic-regular';
  src: url('/resources/fonts/clinicians.vic.gov.au/VIC-Regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'vic-medium';
  src: url('/resources/fonts/clinicians.vic.gov.au/VIC-Medium.woff') format("woff");
}

@font-face {
  font-family: 'vic-semibold';
  src: url('/resources/fonts/clinicians.vic.gov.au/VIC-SemiBold.woff') format("woff");
}

@font-face {
  font-family: 'vic-bold';
  src: url('/resources/fonts/clinicians.vic.gov.au/VIC-Bold.woff') format("woff");
}

body {
	font-family: "vic-regular", Arial;
}

h1,
p {
    line-height: 1.5em;
}

label {
	font-family: "vic-semibold", Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
}

legend {
    border-bottom: none;
    font-family: "vic-semibold", Arial;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.radio-btn-label {
	font-family: "vic-regular", Arial;
    font-weight: normal;
}

img {
    margin: 2% 0;
    width: 25em;
}

.btn {
    margin: 2% 3% 2% 0;
}

h1 {
	font-family: "vic-medium", Arial;
    font-size: 2em;
}

b, strong {
	font-family: "vic-medium", Arial;
    font-weight: bolder;
}