/*
Theme Name: Plumeo
Theme URI: https://plumeo.blog
Template: twentytwentyfive
Description: Soft-luxury editorial lifestyle theme for Plumeo — food, aesthetics, style and dreamy travel. Warm ivory palette, Fraunces serif headings and Jost body.
Author: Plumeo
Author URI: https://plumeo.blog
Version: 1.0.0
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: plumeo
*/

/* Fine-tuning on top of theme.json */
body { letter-spacing: 0.1px; }

/* Elegant uppercase eyebrow labels */
.plumeo-eyebrow{
  font-family: var(--wp--preset--font-family--body);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}

/* Category tile hover */
.plumeo-tile{ position: relative; overflow: hidden; border-radius: 14px; }
.plumeo-tile img{ transition: transform 900ms cubic-bezier(.2,.6,.2,1); }
.plumeo-tile:hover img{ transform: scale(1.06); }
.plumeo-tile .wp-block-cover__inner-container{ z-index:2; }

/* Soft link underline animation */
.entry-content a, .wp-block-post-content a{ text-underline-offset: 3px; }

/* Rounded featured images */
.wp-block-post-featured-image img,
.wp-block-image img{ border-radius: 12px; }

/* Nav spacing */
.wp-block-navigation{ font-family: var(--wp--preset--font-family--body); letter-spacing:0.02em; }
