@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

body, p, li, td {
  font-family: 'Merriweather', serif !important;
}

h1, h2, h3, h4, h5, h6, header,
nav a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
th,
strong,
b,
.menu a,
.button,
.btn,
a.button,
a.btn {
  font-family: 'Archivo Black', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}

a.btn.btn-md.btn-info {
  background-color: #000000 !important; /* Välj din färg */
 color: #32d8fa !important;
}

#main {
  padding: 10px !important;
}

@media (max-width: 767px) {
	.search-widget.form-group.d-block.d-sm-none.px-2 {
    	display: none !important;
	}
}
h1, h2 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    white-space: normal;
    hyphens: auto;        /* Lägg till bindestreck vid radbrytning */
}