/**
 * Theme Name: SimpleCharm Portfolio
 * Description: SimpleCharm Portfolio is a simple, clean and minimal portfolio WordPress theme. It is designed for creative professionals such as graphic designers, web developers, photographers, art directors etc. It is built on Bootstrap framework. SimpleCharm Portfolio is also translation ready.
 * Author: Kazi Mohammad Foysal
 * Author URI: profiles.wordpress.org/kmfoysal06/
 * Version: 1.0.8
 * Tested Up To: 6.6
 * Requires PHP: 7.4
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: sticky-post, threaded-comments, translation-ready, portfolio
 * Text Domain: simplecharm-portfolio
 * Domain Path: /languages
 */

/* css colors variables*/
:root {
   --primary-color: #111827;
   --primary-color-dark: #F9FAFB;
   --secondary-color: #4B5563;
   --secondary-color-dark: #D1D5DB;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
p,span,cite{
	color: var(--secondary-color-dark);
}
h1,h2,h3,h4,h5,h6{
	color: var(--primary-color-dark);
}
section{
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;	
}
foorer{
	h1,h2,h3,h4,h5,h6{
		color: #F9FAFB;
	}
}