@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Open+Sans:wght@300..800&display=swap');

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:400 !important;
	font-size: 19px;
}

h1, h2, h3, .h1, .h2, .h3, .fs-1, .fs-2, .fs-3, .text.lg, .text-xl {
	font-family: 'Fjalla One', monospace !important;
	line-height: 110%;
    letter-spacing: -.3px !important;
}
h4, h5, h6, .h4, .h5, .h6, .fs-6, .fs-5, .fs-4, .text-xs, .text-sm, .text-md {
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

.bold, .fw-bold, strong {
	font-weight:400;
}

.bolder, .fw-bolder {
	font-weight:400;
}

nav, #nav, .nav, .navmov, #navmov, header, .navbar, .navbar-nav, #navdesktop, li, ul {
	font-family: 'Fjalla One', monospace !important;
	font-weight: 400 !important;
}
a {
    text-decoration: none !important;
}

p, h6, .h6, .fs-6, .text-sm  {
	font-size: 17px !important;
}
h5, .h5, .fs-5, .text-md  {
	font-size: 20px !important;
	font-family: 'Fjalla One', monospace !important;
}
