/*
Theme Name: CodeoPix Theme
Theme URI: https://codeopix.com/
Author: CodeoPix
Author URI: https://codeopix.com/
Description: This is a custom WordPress Responsive Theme.
Version: 2.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apssf
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.
*/

/* Reset some default styles */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.7;
    color: #333;
	font-size: 14px;
}