/*
Theme Name: Deltahost Single Page
Theme URI: https://deltahost.asix2.iesmontsia.cat
Author: Deltahost Team
Author URI: https://deltahost.asix2.iesmontsia.cat
Description: Tema personalitzat de pàgina única per a Deltahost. Inclou seccions de Qui Som, Serveis, Preus i sistema de contractació amb WooCommerce.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deltahost-single
Tags: custom-theme, hosting, business

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 bàsic */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}
