/*
   BACKSTAGE 6.1 | color variables
   2023 - Cybox Backstage CMS
*/

:root {
    /* design color vars*/
    --background: #fff;
    --main: #1052ab;
    --accents: #efefef;
    --color: #019bdb;
    --highlight: #1052ab;
    --error: #f00;
}