/*
Theme Name:         Noba
Theme URI:          https://roots.io/sage/
Description:        Child theme for Base. Only color palette differs from parent theme.
Author:             Roots
Author URI:         https://roots.io/
Template:           base
Version:            1.0.0
Text Domain:        base-child
Requires at least:  6.6
Requires PHP:       8.2
*/

:root {
    --theme-color-primary: #B7D95A;
    --theme-color-darker-primary: #96B83A;
    --theme-color-lighter-primary: #CDE687;
    --theme-color-text-primary: #22282B;
    --button-ghost-text: #22282B;
    --button-ghost-text-hover: #22282B;
}
