@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Regular'), local('BebasNeue-Regular'),
        url('../fonts/font-main/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/font-main/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
        url('../fonts/font-regular/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/font-regular/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Medium'), local('Poppins-Medium'),
        url('../fonts/font-regular/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/font-regular/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Regular'), local('Poppins-Regular'),
        url('../fonts/font-regular/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/font-regular/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-main, .btn-main, 
.section-about-txt-div h1, 
.section-about-txt-div h2,
.section-about-txt-div h3,
.page-about-content-left h3
.ff-btn-submit,
.editor-styles h1,
.editor-styles h2,
.editor-styles h3,
.editor-styles h4 {
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-semibold {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.font-medium,
.ff-el-input--label,
.ff-message-success,
.pagination-ui  {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.font-regular,
.section-about-txt-div,
.text-danger,
#simple-chat-button--text,
.footer-nav,
.footer-secondary-nav,
.editor-styles  {
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}