html { box-sizing: border-box; }

*, *::after, *::before { box-sizing: inherit; }

/* Font Family Declarations */
/* Font Sizing Handler */
/* Typography Styles */
/* Centered element - Parent container should be position: relative; */
/* Force element to fill it's parent container */
/* This mixin can be used to set the object-fit: @include object-fit(contain); or object-fit and object-position: @include object-fit(cover, top); */
.component-featured-article-color { display: block; }

.component-featured-article-color.featured-article-color--blue { background-color: #0B5067; }

.component-featured-article-color.featured-article-color--grey { background-color: #2C2B2B; }

.component-featured-article-color.featured-article-color--indigo { background-color: #342E8E; }

.component-featured-article-color.featured-article-color--orange { background-color: #A9462F; }

.component-featured-article-color.featured-article-color--teal { background-color: #275466; }

.component-featured-article-color.featured-article-color--white { background-color: #F7F6F2; }

/*# sourceMappingURL=../../maps/libraries/paragraph/featured-article-color.css.map */
