/* You can add global styles to this file, and also import other style files */ @import "styles-variables.scss"; html, body, body, app-root { height: 100%; max-height: 100%; } body { margin: 0; font-family: "Muli-custom", -apple-system, BlinkMacSystemFont, Roboto, 'Open Sans', Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; font-weight: 400; } strong, b, h1, h2, h3, h4, h5, h6, th { font-weight: 700; } .document-style-inverted { color: white; background: $color-main; } .document-style-warning{ color: red; }