/*
  Seti file-type icon font.
  Based on vscode/extensions/theme-seti/icons/seti.woff.
  Used by the GDS `Seti` component to render per-extension file icons.
*/

@font-face {
  font-family: seti;
  font-style: normal;
  font-weight: normal;
  font-display: swap;

  src: url("seti.woff") format("woff");
}
