/*
Theme Name: Tattooed Traveling Tootsies
Theme URI: https://tattooedtravelingtootsies.com
Description: Child theme of Twenty Twenty-Five. Field-note editorial styling — handwriting display type, mono stamps, Alegreya Sans reading text, turquoise and coral on grey paper.
Author: Tattooed Traveling Tootsies
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tootsies
*/

/* Nearly everything lives in theme.json. Only rules the block editor
   can't express belong here. */

/* Handwriting renders small for its point size — nudge its optical weight. */
.wp-block-site-title a,
h1.wp-block-post-title,
.wp-block-post-title a {
  -webkit-font-smoothing: antialiased;
}

/* Mono stamps: the "Field note 07 · Oaxaca de Juárez" line.
   Add the class "field-note-stamp" to any paragraph. */
.field-note-stamp {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wp--preset--color--coral);
  margin-bottom: 0.5rem;
}

/* Small uppercase mono tagline under the site title. */
.site-tagline-stamp,
.wp-block-site-tagline {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #3f6f74;
}

/* Photo placeholders while you're still shooting — add class "photo-slot". */
.photo-slot {
  background: repeating-linear-gradient(135deg, #d0e8e3 0 12px, #e4f2ee 12px 24px);
  border: 1px solid #a9d2cd;
  border-radius: 8px;
  min-height: 240px;
}
