
/*   Options theme-based colors, which can be used for customization. Will require new integration. */

.default-theme .primary-color {
	fill: #000000;
}
.default-theme  .secondary-color {
    fill: #000000;
}
.default-theme .background-color {
	background-color:  #000000;
}
.default-theme .text-color {
    color: #D7452F;
}



/*.red-theme .primary-color {
    fill: #6c1129;
}
.red-theme .secondary-color {
    fill: #c81f4c;
}
.red-theme .background-color {
	background-color:  #c81f4c;
}
.red-theme .theme-text-color {
    color: #c81f4c;
}
