/* Regular */
@font-face {
  font-family: 'Sofia Pro';
  src: url('SofiaProRegular.woff2') format('woff2'),
       url('SofiaProRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Regular Italic */
@font-face {
  font-family: 'Sofia Pro';
  src: url('SofiaProRegular-Italic.woff2') format('woff2'),
       url('SofiaProRegular-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

/* Semibold */
@font-face {
  font-family: 'Sofia Pro';
  src: url('SofiaProSemiBold.woff2') format('woff2'),
       url('SofiaProSemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Sofia Pro';
  src: url('SofiaProBold.woff2') format('woff2'),
       url('SofiaProBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* Black */
@font-face {
  font-family: 'Sofia Pro';
  src: url('SofiaProBlack.woff2') format('woff2'),
       url('SofiaProBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}