/*
Theme Name: Tamma Technologies (Xamin Child)
Theme URI: https://wordpress.iqonic.design/xamin-elementor/
Author: the iQonic team
Author URI: https://iqonic.design/
Template:   xamin
Description: Custom child theme for Tamma Technologies — a data engineering, analytics, and AI consultancy. Based on the Xamin theme by iQonic.
Version: 3.7.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: xamin
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

/* ==========================================================================
   Tamma Technologies — Brand tokens
   Palette: deep navy (primary) + cyan/teal (accent) — a modern data/AI look.
   These are convenience tokens. The PRIMARY way to set brand colors in this
   theme is Elementor → Site Settings → Global Colors (do that too). This CSS
   is a lightweight safety net for non-Elementor areas.
   ========================================================================== */
:root {
  --tamma-primary:      #0E2A47; /* deep navy   */
  --tamma-primary-700:  #0A1F36; /* darker navy */
  --tamma-accent:       #06B6D4; /* cyan        */
  --tamma-accent-600:   #0891B2; /* cyan hover  */
  --tamma-ink:          #0B1622; /* near-black text */
  --tamma-muted:        #5B6B7C; /* muted text  */
  --tamma-surface:      #F4F8FB; /* light bg    */
  --tamma-white:        #FFFFFF;
}

/* Gentle, non-destructive accents. Tune/extend after the demo import. */
a:hover { color: var(--tamma-accent-600); }

::selection { background: var(--tamma-accent); color: #fff; }

/* Keep this file small until the demo is imported, then layer overrides here. */
