/*
Theme Name: Petruth
Theme URI: https://petruthit.com/petruth
Author: Petruth IT Solutions
Author URI: https://petruthit.com
Description: A lightweight, modern, and flexible WordPress theme by Petruth IT Solutions. Fully compatible with popular plugins and builders, featuring customizable layout options and a clean design.
Version: 1.0.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: petruth
Copyright: (c) 2025 Petruth IT Solutions
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options, translation-ready, full-width-template,
*/

body {
    font-family: 'Inter', sans-serif;
    color: #222;
    background: #fff;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #222;
}

a {
    color: #8873c3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
