/*
Theme Name: Cartivo
Theme URI: https://uicobe.com/theme/cartivo/
Author: Uicobe
Author URI: https://themeforest.net/user/aonecolor
Description: Cartivo is a modern Software, SaaS & Startup WordPress Theme built with Elementor, fully responsive, fast-loading, SEO optimized, and customizable for startups, agencies, and tech businesses.
Version: 1.0.0
Tested up to: 6.6
Requires at least: 5.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cartivo
Tags: custom-logo, custom-menu, featured-images, footer-widgets, theme-options, translation-ready, blog, e-commerce, one-column,  threaded-comments, wide-blocks
*/

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #222;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}