/*
Theme Name: Decoriana
Theme URI: https://devszon.com/decoriana
Author: DevsZon
Author URI: https://devszon.com
Description: Modern, clean, and fast eCommerce WordPress theme with Elementor and WooCommerce support
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: decoriana
Requires at least: 5.7
Tested up to: 6.3
Requires PHP: 7.4
Requires Plugins: elementor, woocommerce
Tags: e-commerce, two-columns, right-sidebar, custom-background, custom-colors
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
}

a {
    text-decoration: none;
    color: inherit;
}