/* Custom CSS for WAGS documentation */

/* Style for wags brand text */
.wags-brand {
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
    letter-spacing: -0.02em !important;
    font-style: normal !important;
}

/* Style the site name in navbar */
.md-header__title .md-header__topic:first-child {
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
    letter-spacing: -0.02em !important;
}

/* Hide the logo placeholder */
.md-logo {
    display: none !important;
}

/* Adjust header layout without logo */
.md-header__title {
    margin-left: 0 !important;
}