@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display'), local('SFProDisplay'),
       url('https://cdn.jsdelivr.net/gh/gnunn1/sf-pro-display-webfont/SF-Pro-Display-Regular.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/gnunn1/sf-pro-display-webfont/SF-Pro-Display-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
