/* thank you very much https://www.cdnfonts.com/fs-elliot-pro.font we have a paid for copy  */
@import url('https://fonts.cdnfonts.com/css/fs-elliot-pro');

@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');
/*             
.schibsted-grotesk-<uniquifier> {
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

.navBar {
    background: #A414F7;
}

.navbar .brand {
    padding: 16px 0;
}

@media (min-width: 769px) {
    .navbar .nav {
        top: 16px
    }
}

.brand img {
    max-width: 264px
}

/* contact button top right */
#contact a, #contactMobile a {
    font-family: 'FS Elliot Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.16px;
    background-color: #620C94;
    border-radius: 25px;
    display: flex; 
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 1px 12px 0px rgba(56, 79, 89, 0.24), 0px 2px 6px 0px rgba(56, 79, 89, 0.12);
}
.nav #contact a:hover{
    box-shadow: none;
} 

/* set vasgo font */
#docsSearch h1, #contentArea h2, .category-list h3 {
    font-family: "Schibsted Grotesk", sans-serif;
    font-weight: 700;
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}

.category-list .category {
    background: #FFF9EF;
    border-radius: 8px;
    padding: 16px;
    border: none;
}

#contentArea {
    background-color: #F9ECFF;
    padding-top: 24px
}

#docsSearch {
    background-color: #DFF1F1;
    margin-bottom: 0;
}


@media (max-width: 768px) {
    body {
        padding-left: 0;
        padding-right: 0;
    } 
    #contentArea {
        padding-left: 24px;
        padding-right: 24px;
    }
    .navbar-inner{
        padding-left: 48px;
        padding-right: 24px;
    }
    .navbar .btn-navbar {
        top: 12px;
    }
    .category-list .category, .category-list.two-col .category {
        width: 41.5%;
    }
}