@font-face {
    font-family: 'Montserrat';
    font-weight: 100;
    font-style: normal;
    src: url('/fonts/Montserrat-Thin-8017cf6abe875f409821fe33bdaeffef.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 200;
    font-style: normal;
    src: url('/fonts/Montserrat-ExtraBold-d653210a597971bcfd46f2d6a37fed1e.woff') format('woff');
    font-display: swap; 
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: normal;
    src:url('/fonts/Montserrat-Light-565a0234de153ae39bf52136709b4319.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Montserrat-Regular-c28c2abdf9d7397eb7516b5d3843a64f.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    src:  url('/fonts/Montserrat-Medium-a3aa04f86c231a31b196e385097d5560.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    src:url('/fonts/Montserrat-SemiBold-fb28f9c13c4c754df2b245ecaec8dbd3.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    src:url('/fonts/Montserrat-Bold-0e0d74c9d17a39d8f09c1269eaa784c8.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 800;
    font-style: normal;
    src: url('/fonts/Montserrat-ExtraBold-d653210a597971bcfd46f2d6a37fed1e.woff') format('woff');
    font-display: swap;
    
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 900;
    font-style: normal;
    src: url('/fonts/Montserrat-Black-ebd1dcfc8e9f5a7acd563db161449a37.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;
}
