/* ? Used for 20px font-size and above */
@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Regular.woff') format('woff');
}
@font-face {
  font-family: 'SFProDisplay';
  font-weight: 500;
  src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Medium.woff') format('woff');
}
@font-face {
  font-family: 'SFProDisplay';
  font-weight: 600;
  src: url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Semibold.woff') format('woff');
}
@font-face {
  font-family: 'SFProDisplay';
  font-weight: 700;
  src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Bold.woff') format('woff');
}
/* ? Used for 19px font-size and below */
@font-face {
  font-family: 'SFProText';
  src: url('../fonts/SFProText-Regular.woff2') format('woff2'),
    url('../fonts/SFProText-Regular.woff') format('woff');
}
@font-face {
  font-family: 'SFProText';
  font-weight: 500;
  src: url('../fonts/SFProText-Medium.woff2') format('woff2'),
    url('../fonts/SFProText-Medium.woff') format('woff');
}
@font-face {
  font-family: 'SFProText';
  font-weight: 600;
  src: url('../fonts/SFProText-Semibold.woff2') format('woff2'),
    url('../fonts/SFProText-Semibold.woff') format('woff');
}
@font-face {
  font-family: 'SFProText';
  font-weight: 700;
  src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Bold.woff') format('woff');
}