/* Outfit — self-hosted variable font
 *
 * Place Outfit-VariableFont_wght.ttf in web/static/fonts/
 */

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/Outfit-VariableFont_wght.ttf') format('truetype');
}
