@font-face {
    font-family: 'Sofia Pro';
    src: url('./fonts/SofiaPro-Medium.eot');
    src: url('./fonts/SofiaPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/SofiaPro-Medium.woff2') format('woff2'),
        url('./fonts/SofiaPro-Medium.woff') format('woff'),
        url('./fonts/SofiaPro-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  
  @font-face {
    font-family: 'Sofia Pro';
    src: url('./fonts/SofiaProLight.eot');
    src: url('./fonts/SofiaProLight.eot?#iefix') format('embedded-opentype'),
        url('./fonts/SofiaProLight.woff2') format('woff2'),
        url('./fonts/SofiaProLight.woff') format('woff'),
        url('./fonts/SofiaProLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }