/* Inter font — self-hosted for claim flow
   Weights: 400 (Regular), 600 (SemiBold), 700 (Bold)
   License: SIL Open Font License 1.1 (see LICENSE.txt)
*/

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

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

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