@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;700&display=swap');

body, input, button, select, textarea,
.navbar .nav li, #docsSearch h1,
.category-list h3, .category-list .category p,
#fullArticle, #fullArticle p, .contentWrapper p,
#sidebar .nav-list a, #sidebar h3,
.collection-category h2 {
    font-family: "Poppins", sans-serif;
}

/* Title + search wrapper: match content column */
#docsSearch h1,
#docsSearch #searchBar {
    max-width: 1080px;
    margin: 0 auto;
	padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: left;
}

/* Force the form to fill the container instead of its fixed 620px centered box */
#docsSearch #searchBar {
    width: auto;        /* cancels the 620px */
}

/* Orange collection section titles */
.collection-category h2,
.collection-category h2 a {
    color: #e93f3a!important;
}