/* Hide Drift chat buttons */
#drift-frame-chat,
#drift-frame-controller {
    display: none !important;
}

/* CSS for documentation headings */
h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}