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

@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/Sofia-Pro/SofiaPro-BoldItalic.woff2') format('woff2'),
       url('fonts/Sofia-Pro/SofiaPro-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Sofia Pro' !important;
}
