:root {
    --mpg: #e81f76;
    --mag: #d3e736;
    --meg: #f1d8a7;
    --pro: #5983cd;
    --pro-max: #b1b7c7;
    --gaming-red: #ff0016;
    --gaming-lightSeaGreen: #20adad;
    --mp-yellow: #ffda47;
}

.theme-meg {
    --theme: var(--meg);
}

.theme-mpg {
    --theme: var(--mpg);
}

.theme-mag {
    --theme: var(--mag);
}

.theme-pro {
    --theme: var(--pro);
}

.theme-pro-max {
    --theme: var(--pro-max);
}

.theme-gaming-red {
    --theme: var(--gaming-red);
}

.theme-gaming-lightSeaGreen {
    --theme: var(--gaming-lightSeaGreen);
}

.theme-mp-yellow {
    --theme: var(--mp-yellow);
}
