@font-face {
    font-family: 'icon';
    src: url('../fonts/FontAwesome/fa-brands-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'icon';
    src: url('../fonts/FontAwesome/fa-solid-900.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.fa-solid,
.fa-brands {
  font-family: icon !important;
}

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

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

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Medium.woff2') format('woff2'),
         url('../fonts/SFPro/SFProText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro/SFProText-Semibold.woff2') format('woff2'),
         url('../fonts/SFPro/SFProText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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