/* Although this is in the tailwind directory, it has nothing to do with tailwind and is just raw css font faces */
@font-face {
  font-family: 'GDS Transport';
  src:
    url('gds-light-w2-v2.woff2') format('woff2'),
    url('gds-light-w-v2.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GDS Transport';
  src:
    url('gds-bold-w2-v2.woff2') format('woff2'),
    url('gds-bold-w-v2.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
