/* Outfit font - fallback for sofia-pro when offline */
@font-face {
  font-family: 'Outfit';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('./static/Outfit-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Outfit';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('./static/Outfit-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Outfit';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('./static/Outfit-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Outfit';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('./static/Outfit-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Outfit';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('./static/Outfit-ExtraBold.ttf') format('truetype');
}
