@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300..900&display=swap');

body {
	font-family: "Inter", Helvetica, Arial, sans-serif !important;
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:300 !important;
	font-size: 16px;
}

h1, h2, h3, h4 {
	font-weight:700 !important;
    line-height: 110%;
    letter-spacing: -.3px !important;
}

.bold, .fw-bold, strong {
	font-weight:600;
}

.bolder, .fw-bolder {
	font-weight:700;
}

nav, #nav, .nav, .navmov, #navmov, header, .navbar, .navbar-nav, #navdesktop, li, ul {
	font-family: 'Inter', monospace !important;
	font-weight: 500 !important;
}

a {
    text-decoration: none !important;
}
