/**
 * @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: #0f78c8;
    --theme-color-rgb: 15, 120, 200;

    --theme-color-secondary: #12497f;
    --theme-color-secondary-rgb: 18, 73, 127;

    --theme-page-bg: #f1f6fb;
    --theme-surface: #ffffff;
    --theme-surface-soft: #eaf4fb;

    --theme-dark-surface: #12497f;
    --theme-dark-surface-rgb: 18, 73, 127;

    --theme-dark-surface-soft: #2a69a2;
    --theme-dark-surface-soft-rgb: 42, 105, 162;

    --theme-text: #122330;
    --theme-text-muted: #767f87;
    --theme-text-soft: #54616a;

    --theme-line: #cbe0ef;
    --theme-line-soft: #e3eef6;

    --theme-on-color: #ffffff;
}