@font-face {
  font-family: 'SF Pro Icons';
  font-style: normal;
  font-weight: 400;
  src: local('☺︎'),
    url("./SFProIcons_regular.woff2") format("woff2"),
    url("./SFProIcons_regular.woff") format("woff")
    /* (C) 2019 Apple Inc. All rights reserved.
*/
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('./SFProDisplay-Light.woff2') format('woff2'), url('./SFProDisplay-Light.woff') format('woff'), url('./SFProDisplay-Light.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('./SFProDisplay-Regular.woff2') format('woff2'), url('./SFProDisplay-Regular.woff') format('woff'), url('./SFProDisplay-Regular.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('./SFProDisplay-Medium.woff2') format('woff2'), url('./SFProDisplay-Medium.woff') format('woff'), url('./SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('./SFProDisplay-Semibold.woff2') format('woff2'), url('./SFProDisplay-Semibold.woff') format('woff'), url('./SFProDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('./SFProDisplay-Bold.woff2') format('woff2'), url('./SFProDisplay-Bold.woff') format('woff'), url('./SFProDisplay-Bold.ttf') format('truetype');
  font-weight: 900;
}