/*
Theme Name: DIONIQ ULTRA PRO
Theme URI: https://dioniq.se
Author: DIONIQ
Author URI: https://dioniq.se
Description: Ett komplett responsivt WordPress-tema med anpassningspanel, WooCommerce-integration, OCDI-demoimport och optimerad prestanda.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dioniq-ultra-pro
Tags: custom-colors, custom-logo, custom-menu, featured-images, full-site-editing, block-patterns, one-column, two-columns, e-commerce

*/

/* Grundläggande reset */
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    background-color: #fff;
}

a {
    color: var(--accent-color, #6e5cf7);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
