/*
Theme Name: Borderline Contrast (TT5 Child)
Theme URI: https://borderline.miami
Description: High-contrast black/white child theme for Twenty Twenty-Five with Source Serif 4 body and Space Grotesk headings.
Author: Owen Chastain
Template: twentytwentyfive
Version: 1.0.0
Text Domain: borderline-contrast-tt5-child
*/

html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

a { text-decoration-thickness: .08em; text-underline-offset: .12em; }
a:hover, a:focus { text-decoration-thickness: .12em; }

/* Keep the site monochrome; let media carry color */
a, a:visited { color: inherit; }

/* Paragraph block styles: Subtitle + Teaser */
.is-style-subtitle {
  font-family: var(--wp--preset--font-family--space-grotesk);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  opacity: .85;
  margin-top: .35rem;
}

.is-style-teaser {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.6;
  opacity: .92;
}

hr, .wp-block-separator { opacity: .35; }

iframe, video { border-radius: 0; }
