@charset "utf-8";
/* CSS Document */

:root {
    --theme-color: #1bb8db;
    --stripectacolor: #9cecfe;
    --dottedline: #1bb8db;

    --plumbtheme: #F2DF51;
    --aircontheme: #21a366;
    --electtheme: #1bb8db;

    --themebtncolor: #008BD1;
    --bluebg: #008BD1;
    --white: #fff;
    --black: #000;
    --darkgrey: #1F1F1F;

    --thememenutxtcolor: #1C1C1C
}