/*---------------------------------------------------------------------------------------------
|  $Copyright: (c) 2018 Bentley Systems, Incorporated. All rights reserved. $
 *--------------------------------------------------------------------------------------------*/
 @import "./style/index";
@import "./text/mixins";


html,
body {
    @include bwc-font-family;
    @include bwc-text( body );

    background-color:   $bwc-white;
    color:              $bwc-text-color;
}

b,
strong {

    font-weight:        $bwc-font-weight-bold;
}

caption,
small {

    @include bwc-text( small );
}

p {
    margin-bottom:      $bwc-line-height;
}

h1, h2, h3, h4, h5, h6 {

    @include bwc-text( body );
}
