/*!
Theme Name: Cloudinsight
Theme URI: https://topstrony.pl/
Author: Top Strony
Author URI: https://topstrony.pl/
Description: Custom theme for Speedinsight
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Cloudinsight
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  --color-accent-1: #EFC634;
  --color-accent-2: #DDB00F;
  --color-accent-3: #B7C291;
  --color-light-1: #fefefe;
  --color-light-2: #F1F4F6;
  --color-dark-1: #111;
  --color-dark-2: #222;
  --color-heading: #072241;
  --color-text: #2d445e;
  --animation-ease-1: 0.9s cubic-bezier(.85, 0, .15, 1);
  --animation-ease-2: 0.4s cubic-bezier(.5, 0, .25, 1);
}


.service-card {
	padding: 2em;
	background: var(--color-light-2)
}