/* default colour theme for Fastor Modgen */

:root{
    --bg-main: #f1f1f1;
    --bg-side: #bbbbbb;
    --bg-hover: #616161;
    --button: #ff0000;
    --accent: #f0f;
    --title: #000000;
    --smaller-title: #aa00ff;
    --height-header: 60px;
    --height-footer: 60px;
    --height-button: 60px;
    --height-explorer: 40px;
    --height-form-footer: 40px;
    --text-hover: #000;
    --text-muted: #6c757d;
}