/** WARNING - USE AT OWN RISK */
/** IT IS AGAINST APPLE'S POLICY TO USE SF PRO FOR ANYTHING OTHER THAN iOS/tvOS/macOS/watchOS DESIGN & DEVELOPMENT */
/** https://sf.abarba.me/font.css */
/** https://sf.abarba.me/LICENSE.pdf */

/** 1. Copy/import this file into your main css/scss file */
/** 2. Change css font-family: to "SF Text", "SF Display" or "SF Mono" */
/** 3. Apply font-weight or italic to html elements */

/** THANK YOU */
/** I host these fonts on Cloudfront with SSL in all AWS regions for the best performance and reliability */
/** If you'd like to help offset costs, I'd very much appreciate a donation via Lisk https://lisk.io */
/** Address: 14987768355736502769L */
/** Delegate: andrew */

/*---------------------------------------------------------------------------*
 * SF UI Display
 *---------------------------------------------------------------------------*/

/** Black */
@font-face {
  font-family: "SF Display";
  font-weight: 900;
  src: url("SF-UI-Display-Black.otf");
  font-display: swap;
}

/** Bold */
@font-face {
  font-family: "SF Display";
  font-weight: 700;
  src: url("SF-UI-Display-Bold.otf");
  font-display: swap;
}

/** Heavy */
@font-face {
  font-family: "SF Display";
  font-weight: 800;
  src: url("SF-UI-Display-Heavy.otf");
  font-display: swap;
}

/** Light */
@font-face {
  font-family: "SF Display";
  font-weight: 200;
  src: url("SF-UI-Display-Light.otf");
  font-display: swap;
}

/** Medium */
@font-face {
  font-family: "SF Display";
  font-weight: 500;
  src: url("SF-UI-Display-Medium.otf");
  font-display: swap;
}

/** Regular */
@font-face {
  font-family: "SF Display";
  font-weight: 400;
  src: url("SF-UI-Display-Regular.otf");
  font-display: swap;
}

/** Semibold */
@font-face {
  font-family: "SF Display";
  font-weight: 600;
  src: url("SF-UI-Display-Semibold.otf");
  font-display: swap;
}

/** Thin */
@font-face {
  font-family: "SF Display";
  font-weight: 300;
  src: url("SF-UI-Display-Thin.otf");
  font-display: swap;
}

/** Ultralight */
@font-face {
  font-family: "SF Display";
  font-weight: 100;
  src: url("SF-UI-Display-Ultralight.otf");
  font-display: swap;
}