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

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

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

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

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

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