/* Import Roboto from Google Fonts with required weights */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* Override GDS Transport with Roboto */
:root {
  --custom-font: 'Roboto', arial, sans-serif;
}

.govuk-template__body, 
.govuk-header__logotype-text,
.govuk-footer__licence-description,
.govuk-link,
.govuk-heading-xl,
.govuk-heading-l,
.govuk-heading-m,
.govuk-heading-s,
.govuk-body,
.govuk-body-l,
.govuk-body-s,
.govuk-warning-text,
.govuk-button,
.govuk-details {
  font-family: var(--custom-font);
} 