/*
Theme Name: PASWIB
Theme URI: https://sowhenitbe.com/
Description: PA Masons Blue Lodge template. Child of GeneratePress, aligned to PA Grand Lodge Brand Center and style guide. Use with Charity starter layout.
Author: SoWhenItBe by MasonView
Author URI: https://sowhenitbe.com/
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* PASWIB - PA Masons Brand System */
/* Colors: Midnight #12233e, Tide #789e9c, Brick #a02f21, Parchment #f7e8e0 */
/* Supporting: Flame #e47143, Harbor #2c4a59, Barrel #866035, Moss #a28e4c */

:root {
  --paswib-midnight: #12233e;
  --paswib-tide: #789e9c;
  --paswib-brick: #a02f21;
  --paswib-parchment: #f7e8e0;
  --paswib-flame: #e47143;
  --paswib-harbor: #2c4a59;
  --paswib-barrel: #866035;
  --paswib-moss: #a28e4c;
  --paswib-font-heading: 'Lora', Georgia, 'Times New Roman', serif;
  --paswib-font-body: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, Arial, sans-serif;
}

body {
  font-family: var(--paswib-font-body);
  color: var(--paswib-midnight);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--paswib-font-heading);
  color: var(--paswib-midnight);
}

.entry-content a {
  color: var(--paswib-brick);
}

.entry-content a:hover {
  text-decoration: underline;
}
