/*
 * Base Styles & CSS Custom Properties
 *
 * @package Studiare_Child
 */

:root {
    --child-primary: #bc13fe;
    --child-primary-dark: #6200ea;
    --child-accent: #6801e6;
    --child-green: #018808;
    --child-green-light: #39b000;
    --child-red: #fe3838;
    --child-bg-dark: #0d0118;
    --child-text-light: rgba(255, 255, 255, 0.7);
    --child-border-subtle: rgba(255, 255, 255, 0.08);
}
