/*
Theme Name: Tarot Spreads by The Love Witch
Theme URI: https://tarot-spreads.com/
Description: A custom child theme for Tarot-Spreads.com, built on Online Magazine Pro.
Author: The Love Witch
Template: online-magazine-pro
Version: 1.0.0
Text Domain: tarot-spreads-love-witch
*/

:root {
  --ts-ink: #20112f;
  --ts-deep: #170b27;
  --ts-purple: #4d1f6f;
  --ts-plum: #702252;
  --ts-pink: #d83d7c;
  --ts-rose: #f06f9c;
  --ts-blush: #fff3f7;
  --ts-cream: #fffaf5;
  --ts-orange: #ee8b3a;
  --ts-gold: #e9b86f;
  --ts-muted: #6f6178;
  --ts-border: rgba(112,34,82,.17);
  --ts-shadow: 0 18px 55px rgba(32,17,47,.12);
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ts-cream); color: var(--ts-ink); font-family: Inter, Arial, sans-serif; }
a { color: var(--ts-plum); text-decoration: none; }
a:hover { color: var(--ts-pink); }
img { max-width: 100%; height: auto; }
.screen-reader-text { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
