/* Primary theme color - mirrors --cnvs-themecolor in coworking.css */
:root {
    --themecolor: #3f7095;
    --themecolor-hover: #2d5470;

    --blue: #3f7095;
    --accent: #d53f3f;
}

body {
    color: #333;
}
