/*
 * Open Sauce Sans web faces, converted (fonttools ttLib.woff2) from the TTFs
 * in this directory — the same binaries the native app embeds, so every
 * surface renders identical type.
 */

@font-face {
  font-family: 'Open Sauce Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./OpenSauceSans-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Open Sauce Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./OpenSauceSans-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Open Sauce Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./OpenSauceSans-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Open Sauce Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./OpenSauceSans-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Open Sauce Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('./OpenSauceSans-ExtraBold.woff2') format('woff2');
}
