/*------------------------------------
  Default Styles
------------------------------------*/
/* line 4, core/_style.scss */
html {
    font-size: 14px; }

/* line 8, core/_style.scss */
body {
    font-weight: 400;
    font-size: 1rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    background-color: #fff; }

/* line 23, core/_style.scss */
a {
    color: #107ef4;
    outline: none; }

/* line 27, core/_style.scss */
a:focus, a:hover {
    color: #0a71e0; }

/* line 32, core/_style.scss */
.nav-link {
    color: #555; }

/* line 35, core/_style.scss */
.nav-link:focus, .nav-link:hover {
    color: #555; }

/* line 40, core/_style.scss */
figure {
    margin-bottom: 0; }

/*------------------------------------
  Headings
------------------------------------*/
/* line 47, core/_style.scss */
.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

/* line 52, core/_style.scss */
.h7 {
    font-size: .75rem; }

/*------------------------------------
  Displays
------------------------------------*/
/* line 59, core/_style.scss */
.display-5 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.1; }

/*------------------------------------
  Highlight Color
------------------------------------*/
/* line 68, core/_style.scss */
::-moz-selection {
    color: #fff;
    background-color: #107ef4; }

/* line 72, core/_style.scss */
::selection {
    color: #fff;
    background-color: #107ef4; }

/* line 77, core/_style.scss */
.g-bg-primary ::-moz-selection {
    color: #107ef4;
    background-color: #fff; }

/* line 81, core/_style.scss */
.g-bg-primary ::selection {
    color: #107ef4;
    background-color: #fff; }

/*# sourceMappingURL=unify-core.css.map */
