/* SF Pro Text */
@font-face {
    font-family: 'SF Pro Text';
    src: local('SF Pro Text Regular'), local('SFProDisplay-Regular'),
    url('../fonts/SFProDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: local('SF Pro Text Medium'), local('SFProDisplay-Medium'),
    url('../fonts/SFProDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: local('SF Pro Text Semibold'), local('SFProDisplay-Semibold'),
    url('../fonts/SFProDisplay-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: local('SF Pro Text Bold'), local('SFProDisplay-Bold'),
    url('../fonts/SFProDisplay-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: local('SF Pro Text Black'), local('SFProDisplay-Black'),
    url('../fonts/SFProDisplay-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fira Sans Compressed';
    src: url('../fonts/Firasanscompressedregular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fira Sans Compressed';
    src: url('../fonts/Firasanscompressedmedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fira Sans Compressed';
    src: url('../fonts/Firasanscompressedbold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fira Sans Compressed';
    src: local('Fira Sans Compressed ExtraBold'), local('FiraSansCompressed-ExtraBold'),
    url('../fonts/Firasanscompressedextrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}