/*
 Theme Name:   Underscores Child
 Theme URI:    https://underscores.me/
 Description:  Underscores Child Theme
 Author:       Your Name
 Author URI:   http://yoursite.com
 Template:     underscores
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  underscores-child
*/

/* Import parent theme style */
@import url("../underscores/style.css");

/* Your custom styles below */
:root {
  --primary-color: #05A35C;
  --primary-light: rgba(5, 163, 92, 0.1);
  --primary-dark: #048a4e;
  --sidebar-width: 250px;
  --transition-speed: 0.3s;
}

/* Your dashboard styles here */

