/*
 * CUSTOM CSS OVERRIDES
 *
 * This file is for customizing the appearance of your wiki.
 * Add your CSS rules below to override the default styles.
 *
 * Example - Change primary colors:
 */

/*
:root {
    --primary-color: #ff6600 !important;
    --primary-hover: #ff8833 !important;
}
*/

/* Your custom styles below */

.content-wrapper *,.markdown-content *,.markdown-content ol li,.markdown-content ul li,code,h1,h2,h3,h4,kbd,main *,p,pre,table *,td {
    overflow-wrap: unset;
    word-wrap: unset;
    word-break: unset;
    hyphens: unset;
}
