@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100&display=swap');

@font-face {
    font-family: DaxPro;
    src: url("fonts/DaxPro-Light.otf") format("opentype");
}

img#logo {
    height: 70px !important;
    max-width: 200px !important;
}

.cards {
    padding: 2rem;
}

body[data-layout="landing"] div.content {
    padding: 0 1rem;
}

.navbar #navbar {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.toc li, .link-secondary {
    font-weight: 300;
    color: black !important;
}

body {
    font-family: Roboto !important;
    font-weight: 300;
}

tbody tr td {
    font-weight: 300;
}


h1,h2,h3,h4,h5,h6 {
    font-family: DaxPro !important;
    font-weight: 300;
    line-height: 1.3;
}

alert h5 {
    font-weight: bolder;
}

article code {
    background-color: #f2f2f2;
    border-radius: 3px;
    color: #171717;
    font-size: 85%;
    margin: 0;
    padding: .2em .4em;
}


strong {
    font-weight: bolder;
}

h1, h2 {
    margin-bottom: 1.5rem !important;
}

.container-xxl {
    max-width: 95% !important;
}

thead th {
    vertical-align: middle;
}

a:hover {
    color: grey !important;
}

.table>:not(caption)>*>* {
    padding: 0.75rem !important;
}

table > thead:has(> tr > th:empty):not(:has(> tr > th:not(:empty))) {
    display: none;
}

[data-uid="appsource"] img {
    margin-bottom: 1.5rem;
}