@charset "UTF-8";
/*
Theme Name: Core Theme
Theme URI: https://wordpress.org/themes/coretheme/
Author: Chathuranga CPM
Author URI: http://chathurangcpm.com/
Description: Core Theme is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Core Theme elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coretheme
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Core Theme WordPress Theme, (C) 2020 WordPress.org
Core Theme is distributed under the terms of the GNU GPL.
*/

:root {
	--main-font-family: "Afacad Flux", sans-serif;
	--main-body-font: "Poppins", sans-serif;;
	--primary-color: #000;
	--secondary-color: #FFA39E;
	--third-color: #bfe2e870;
	--text-color: #626665;

	--banner-back: #000;
	--error-back: #ffb7b7;
	--whatsapp: #28B43D;

	/* text colors */
	--gray-text: #666;

	/* gradients */
	--gradient-start: #36a6cf;
	--gradient-end: #000;

	/* box colors */
	--service-box-bg: #F4F5FE;
}

body {
	font-family: var(--main-font-family);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	font-variation-settings: "slnt" 0;
}