@import './colors';
@import './spacing';
@import './text';
@import './headings';
@import './bootstrap';

.fa {
  font-family: FontAwesome, fontawesome-webfont;
}

.ns-root {
    @include colorize(
        $color: primary
    );

    font-family: sans-serif;
    font-weight: normal;
    font-size: const(font-size);
}

.-hidden,
.hidden {
    visibility: collapsed;
}

.-rounded,
.rounded {
    border-radius: const(border-radius-rounded);
}

/* Dividers */

.hr {
    height: 1;
    width: 100%;
    margin: 9 0 10;
    border-width: 0 0 const(border-width);
    border-style: solid;
}
