@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url(../font/fa-solid-900.woff2) format('woff2');
    font-display: swap;
    font-weight: 900;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Inter';
    src: url(../font/Inter-Light.eot);
    src: url(../font/Inter-Light.eot?#iefix) format('embedded-opentype'),
         url(../font/Inter-Light.otf) format('otf'),
         url(../font/Inter-Light.ttf) format('truetype'),
         url(../font/Inter-Light.woff) format('woff'),
         url(../font/Inter-Light.woff2) format('woff2');
    font-display: swap;
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Inter';
    src: url(../font/Inter-Medium.eot);
    src: url(../font/Inter-Medium.eot?#iefix) format('embedded-opentype'),
         url(../font/Inter-Medium.woff2) format('woff2'),
         url(../font/Inter-Medium.woff) format('woff'),
         url(../font/Inter-Medium.ttf) format('truetype'),
         url(../font/Inter-Medium.otf) format('otf');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'Inter';
    src: url(../font/Inter-Regular.eot);
    src: url(../font/Inter-Regular.eot?#iefix) format('embedded-opentype'),
         url(../font/Inter-Regular.woff2) format('woff2'),
         url(../font/Inter-Regular.woff) format('woff'),
         url(../font/Inter-Regular.ttf) format('truetype'),
         url(../font/Inter-Regular.otf) format('otf');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: url(../font/Inter-SemiBold.eot);
    src: url(../font/Inter-SemiBold.eot?#iefix) format('embedded-opentype'),
         url(../font/Inter-SemiBold.woff2) format('woff2'),
         url(../font/Inter-SemiBold.woff) format('woff'),
         url(../font/Inter-SemiBold.ttf) format('truetype'),
         url(../font/Inter-SemiBold.otf) format('otf');
    font-display: swap;
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: url(../font/Inter-Bold.eot);
    src: url(../font/Inter-Bold.eot?#iefix) format('embedded-opentype'),
         url(../font/Inter-Bold.woff2) format('woff2'),
         url(../font/Inter-Bold.woff) format('woff'),
         url(../font/Inter-Bold.ttf) format('truetype'),
         url(../font/Inter-Bold.otf) format('otf');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
  }