@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Poppins:wght@200;400;600&display=swap');

@font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother1816-Book.woff2') format('woff2'),
         url('../fonts/Brother1816-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'poppins-semibold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
         url('https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2') format('woff2');
}

@font-face {
    font-family: 'poppins-extralight';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'),
         url('https://fonts.gstatic.com/s/poppins/v22/pxiGypxiE0B7hfveIh2wNg.woff2') format('woff2');
}
