@import url('https://fonts.googleapis.com/css?family=Inter');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: bold;
	font-weight: 700;
	src: url('./fonts/OpenSans-Bold.ttf') format('truetype');
}

body {
	font-family: 'Open Sans'!important;<
}

			/* Remove default bullets */
ul, .root {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
.root {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: rgb(173, 170, 169);
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}

.heading-ContentHub_Image {
	margin-left: 0rem;
} 

.search-results-tab.active {
	border-bottom: 4px solid rgb(209 0 25 / var(--tw-bg-opacity));
}