
/* Gutenberg */
.has-blue-color{
    color:#2f5496;
}
.has-blue-background-color{
    background-color:#2f5496;
}
.has-red-color{
    color:#e44d48;
}
.has-red-background-color{
    background-color:#e44d48;
}
.has-lightgreen-color{
    color:#cfdd4c;
}
.has-lightgreen-background-color{
    background-color:#cfdd4c;
}
.has-lightgray-color{
    color:#717171;
}
.has-lightgray-background-color{
    background-color:#717171;
}
