/**
 * @package     Joomla.Site
 * @subpackage  Templates.baby-in-brazil
 *
 * @author      Oleg Kosarev (DevOpsolution) <dev.oleg.kosarev@outlook.com>
 * @copyright   (C) 2026 Oleg Kosarev. All Rights Reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @version     1.0.0
 * @since       1.0.0
 */

/* Default theme */
:root {
    --theme-color: #1370b5;
    --theme-color-rgb: 19, 112, 181;
    --theme-color-secondary: #152858;
    --theme-color-secondary-rgb: 21, 40, 88;
}