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

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

body {
  font-family: 'Sofia Pro' !important;
}
