
/* Color definitions as CSS variables.
 *
 * To change the colors in a child theme of this theme just override this file.
 * Create a resources/css/colors.css file in the child theme and set your colors
 * like below.
*/

:root {
    --primaryColor: #0096C8;
}
