body, html {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: var(--bh-secondary-font-face);
    line-height: 23px;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

//global text selection styling
::selection {
    @include inputSelectedText;
}

//body text
.bh-body-med {
    font-family: var(--bh-secondary-font-face);
    font-size: 14px;
}

.bh-body-heavy {
    //font-family: 'Avenir-Heavy';
    font-weight: bold;
    font-size: 14px;
}

.bh-body-12 {
    font-family: var(--bh-secondary-font-face);
    font-size: 12px;
}

.bh-body-16 {
    font-family: var(--bh-secondary-font-face);
    font-size: 16px;
}

.bh-bold {
    font-family: var(--bh-secondary-font-face);
    font-weight: bold;
}

//common elements
.bh-spacer {
    height: 1px;
    margin: 10px 0;
}

//pipe separator
.bh-pipe {
    border-left: 1px solid var(--bh-black-04);
    height: 32px;
    position: relative;
    margin: 0 8px;
}

.bh-divider {
    border-top: 1px solid var(--bh-black-04);
    margin: 10px 0;
}

.bh-action-icon {
    @include bhActionIcon();
}
