@import url('../_core/css/font.sizes.css');

body,
html {
    font-size:1rem;
}

.line-height-tight {
    line-height:1.2em;
}

.text-inherit {
    color:inherit;
}

h1, h2, h3, h4, h5, h6,
.text-app-dark {
    color:#405669;
}
.text-app-light {
    color:#94AEC1;
}
.text-app-lightest {
    color:#cce1f0;
}

.smaller {
    font-size:0.8em;
}