/* test deploy */

/*
Theme Name: Pearls & Parables
Theme URI: https://pearlsandparables.org
Description: A faith-based biblical art print shop. Child theme of Twenty Twenty-Five.
Author: Avery Powers
Author URI: https://pearlsandparables.org
Template: twentytwentyfive
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: pearls-parables
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Lato:wght@300;400;700&display=swap');

:root {
  --pp-cream: #F0EBE3;
  --pp-warm-white: #FFFDF9;
  --pp-gold: #C9A96E;
  --pp-gold-dark: #A8834A;
  --pp-charcoal: #2C2C2C;
  --pp-brown: #5C4033;
  --pp-sage: #7A8C6E;
  --pp-blush: #E8D5C4;
  --pp-font-heading: 'Playfair Display', Georgia, serif;
  --pp-font-body: 'Lato', Helvetica, sans-serif;
}

body {
  background-color: var(--pp-cream);
  color: var(--pp-charcoal);
  font-family: var(--pp-font-body);
  font-weight: 300;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--pp-font-heading);
  font-weight: 600;
  color: var(--pp-charcoal);
  line-height: 1.3;
}

a {
  color: var(--pp-gold-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--pp-gold);
}

/* Test deploy */
h1.wp-block-heading {
  color: red !important;
}
