/*
Theme Name: People First
Theme URI: https://www.marketingtothepeople.co.uk/
Author: Marketing to the People
Author URI: https://www.marketingtothepeople.co.uk/
Description: A wide, editorial block theme for Marketing to the People. Riso-inspired ink navy, chalk and acid lime, oversized type, full-bleed layouts and a library of reusable patterns for home page content areas, services and blog.
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
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: people-first
Tags: full-site-editing, block-patterns, wide-blocks, blog, business, editor-style, block-styles
*/

body { -webkit-font-smoothing: antialiased; }

/* Oversized editorial headings */
h1, h2, h3, .wp-block-post-title { letter-spacing: -0.03em; }

/* Ticker / marquee band */
.mttp-marquee { overflow: hidden; }
.mttp-marquee p {
  display: inline-block;
  white-space: nowrap;
  animation: mttp-scroll 28s linear infinite;
}
@keyframes mttp-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .mttp-marquee p { animation: none; } }

/* Post cards in the latest-posts grid */
.mttp-card { transition: transform .25s ease, box-shadow .25s ease; height: 100%; }
.mttp-card:hover { transform: translateY(-4px); box-shadow: 0 18px 0 -8px var(--wp--preset--color--lime); }
.mttp-card .wp-block-post-title a { text-decoration: none; }
.mttp-card .wp-block-post-title a:hover { text-decoration: underline; text-decoration-thickness: 3px; }

/* Rule under section eyebrows */
.mttp-eyebrow { text-transform: uppercase; letter-spacing: .18em; }

/* Numbered service list */
.mttp-number { line-height: .85; opacity: .35; }

.wp-block-button__link { transition: transform .2s ease; }
.wp-block-button__link:hover { transform: translateY(-2px); }
