@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/Montserrat-Regular.woff2') format('woff2'),
         url('Montserrat/Montserrat-Regular.woff') format('woff'),
         url('Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/Montserrat-Medium.woff2') format('woff2'),
         url('Montserrat/Montserrat-Medium.woff') format('woff'),
         url('Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/Montserrat-Bold.woff2') format('woff2'),
         url('Montserrat/Montserrat-Bold.woff') format('woff'),
         url('Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins/Poppins-Regular.woff2') format('woff2'),
         url('Poppins/Poppins-Regular.woff') format('woff'),
         url('Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins/Poppins-Medium.woff2') format('woff2'),
         url('Poppins/Poppins-Medium.woff') format('woff'),
         url('Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}