@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:400 !important;
	font-size: 16px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4, .fs-1, .fs-2, .fs-3, .fs-4, .text-md, .text.lg, .text-xl  {
	font-family: 'Roboto Slab', monospace !important;
	line-height: 110% !important;
    letter-spacing: -.3px !important;
}

h5, .h5, .fs-5 {
	font-family: 'Roboto Slab', monospace !important;
    font-size: 19px !important;
    line-height: 120%;
    letter-spacing: -.1px !important;
} 

h6, .h6, .fs-6, .text-sm {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    line-height: 120% !important;
    letter-spacing: -.1px !important;
}

.text-xs {
    font-size: 13px !important;
}

.bold, .fw-bold, strong {
	font-weight: 600 !important;
}

.bolder, .fw-bolder {
	font-weight: 900 !important;
}

nav, #nav, .nav, .navmov, #navmov, header, .navbar, .navbar-nav, #navdesktop, li, ul {
	font-family: 'Roboto Slab', monospace !important;
}
a {
    text-decoration: none !important;
}
