/*
Theme Name: Lirico
Description: A modern WordPress theme with custom Gutenberg blocks
Author: Your Name
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
Text Domain: lirico
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset and base styles */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #110C25;
    background-color: #FFFFFF;
    margin: 0;
}

.wp-site-blocks {
    padding: 0;
}

/* Container */
.wp-block-group__inner-container,
.wp-block-cover__inner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1.5rem;
}

/* Blocks styling */
.wp-block-button__link {
    border-radius: 5px;
    padding: 12px 24px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.wp-block-image {
    margin-bottom: 2rem;
}

.wp-block-group {
    margin-bottom: 2rem;
}

/* Custom block styles will be added here */