expand_less
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&family=Oswald&display=swap');


$articleColor



$colorMap:
=(
article:
#169179;


#169179
);

body {
font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6, .d0-card-header-title {
font-family: 'Oswald', sans-serif;
}


.SELF-article.open-view@each .card-header$type, $color in $colorMap {
.SELF-#{$type}.open-view, .TYPE-#{$type}.open-view {
.card-header {
background-color: $articleColor;

color: white;

a {

color: white;
}
}

}
}