/*
 Theme Name: SimpleCharm
 Theme URI: https://github.com/kmfoysal06/simplecharm
 Author: kmfoysal06
 Author URI: http://profiles.wordpress.org/kmfoysal06
 Description: "SimpleCharm" is a clean and minimalist WordPress theme designed for those who appreciate simplicity and elegance in their online presence. With its uncluttered layout and understated design, SimpleCharm lets your content take center stage without distraction.
 Requires at least: 5.5
 Tested up to: 6.7
 Requires PHP: 7.4
 Version: 1.4.9
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: simplecharm
 Tags: blog , custom-header , custom-logo , custom-menu , editor-style , featured-images , right-sidebar , threaded-comments, sticky-post
 Copyright: This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.
  */

/* style resetor */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #f5f5f5;
}
