/*
Theme Name: Crete Explorer Child
Theme URI: https://example.com/crete-child
Template: crete-wp-theme
Author: Grok
Author URI: https://x.ai
Description: Child theme for Crete Explorer - Beautiful mobile-friendly WordPress theme for the island of Crete.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: crete-explorer-child
*/

@import url("../crete-wp-theme/style.css");

/* Child theme custom styles go here */
body {
    font-family: 'Inter', system_ui, sans-serif;
}

/* Add your customizations below */
.hero-bg {
    background-image: linear-gradient(rgba(15, 118, 110, 0.3), rgba(15, 118, 110, 0.4)), url('https://picsum.photos/id/1018/2000/1200');
}