/*!
Theme Name: StudioYT
Theme URI: https://www.studioyt.com
Description: A modern, responsive WordPress theme for StudioYT
Version: 1.0.0
Author: Manav Gautam
Author URI: https://www.linkedin.com/in/digitalmanav/
License: GPL v2 or later
Text Domain: StudioYT
Domain Path: /languages
*/

/* ══════════════════════════════════════
Custom Styles Add Here
══════════════════════════════════════ */
:root{
    --brand: #FFCC0D;
    --brand2: #FFBE11;
    --white-bg: #ffffff;
    --purple-bg: #B0A7EF;
    --light-purple-bg: #E9E5FF;
    --black-bg: #000000;
    --light-grey: #F7F7FA;
    --dark-grey: #E2E2E2;
    --text-color: #000000;
    --light-text: #333333;
    --muted-text: #666666; 
}
