/*
Theme Name:        Kronos Technologies Child
Theme URI:         https://www.kronosusahosting.com
Description:       Astra child theme for Kronos Technologies landing pages. Includes landing page templates for all products. Compatible with Gutenberg and Elementor.
Author:            Kronos Technologies
Author URI:        https://www.kronosusahosting.com
Template:          astra
Version:           2.4.0
License:           GNU General Public License v2 or later
Text Domain:       kronos-child
*/

:root {
  --kro-blue:        #4a90d9;
  --kro-blue-dark:   #357abd;
  --kro-navy:        #1a1a2e;
  --kro-grey-btn:    #6b6b6b;
  --kro-grey-dark:   #333333;
  --kro-grey-mid:    #777777;
  --kro-grey-light:  #f7f7f7;
  --kro-border:      #e0e0e0;
  --kro-border-light:#e8e8e8;
  --kro-trust-bg:    #f0f4f9;
  --kro-trust-border:#dde4ee;
  --kro-text:        #333333;
  --kro-text-light:  #555555;
  --kro-white:       #ffffff;
  --kro-green:       #5a9e5a;
  --kro-font:        'Open Sans', Arial, sans-serif;
}

.kronos-landing * { box-sizing: border-box; }
.kronos-landing { font-family: var(--kro-font); color: var(--kro-text); background: var(--kro-white); }
