/**
 * Path overrides for GOV.UK Frontend assets
 * This fixes the paths to fonts and images in the GOV.UK Frontend CSS
 */

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

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