/*
Theme Name: Cuneo Coffee Roasting
Theme URI: https://example.com/themes/cuneo-coffee-roasting/
Template: wens-haelo
Author: WEN Solutions (Customized)
Author URI: https://wensolutions.com/
Description: A bespoke coffee roastery skin inspired by rich espresso tones and gold typography, crafted as a refined child theme of WENS Haelo for Cuneo Coffee Roasting.
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, blog, portfolio
Text Domain: cuneo-coffee
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.8
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Custom styling for Cuneo Coffee */
/* Ols base color: #1a0e08 */
main {
  background-color: #452b1b !important;
}

.cuneo-header {
  min-width: 200px !important;
}

.cuneo-hero-h1 {
  font-size: clamp(48px, 6vw, 80px);
  letter-spacing: 0.05em;
  line-height: 1.05;
}

.cuneo-hero-tagline {
  letter-spacing: 0.28em;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--wp--preset--color--muted);
}

.cuneo-button .wp-block-button__link {
  background: var(--wp--preset--color--primary);
  transition: background-color 0.2s ease, transform 0.2s ease,
    box-shadow 0.2s ease;
}

.cuneo-button .wp-block-button__link:hover,
.cuneo-button .wp-block-button__link:focus {
  background: var(--wp--preset--color--contrast) !important;
  transform: translateY(-1px);
}

.cuneo-button .wp-block-button__link:active {
  transform: translateY(0);
}

.cuneo-footer {
  margin-block-start: 0;
}

.cuneo-header {
  background-color: #1a0e08;
}
