@font-face {
    font-family: 'Montserrat';
    font-weight: 100;
    font-style: normal;
    src: url('/fonts/Montserrat-Thin.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 200;
    font-style: normal;
    src: url('/fonts/Montserrat-ExtraBold.woff') format('woff');
    font-display: swap; 
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: normal;
    src:url('/fonts/Montserrat-Light.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Montserrat-Regular.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    src:  url('/fonts/Montserrat-Medium.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    src:url('/fonts/Montserrat-SemiBold.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    src:url('/fonts/Montserrat-Bold.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 800;
    font-style: normal;
    src: url('/fonts/Montserrat-ExtraBold.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 900;
    font-style: normal;
    src: url('/fonts/Montserrat-Black.woff') format('woff');
    font-display: swap;
}

body,
input,
select,
textarea,
button {
    font-size: 16px;
	line-height: 1.6;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    word-break: keep-all;
}
