@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/Montserrat-Regular.woff2') format('woff2'),
    url('Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/Montserrat-Bold.woff2') format('woff2'),
    url('Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-Light.woff2') format('woff2'),
    url('Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-Regular.woff2') format('woff2'),
    url('Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}