/*
Theme Name: PROPLIVEX
Description: Child theme of Twenty Twenty-Five with PROPLIVEX brand palette
Template: twentytwentyfive
Version: 1.0.0
Author: PROPLIVEX
*/

:root {
  --plv-navy: #001A4B;
  --plv-teal: #00B8A3;
  --plv-white: #FFFFFF;
  --plv-navy-95: #0A1F4B;
  --plv-gray-100: #F5F7FA;
}

/* Branding overrides */
body { --wp--preset--color--primary: #001A4B; --wp--preset--color--accent: #00B8A3; }
.wp-block-button__link { background-color: #001A4B; color: #FFFFFF; }
.wp-block-button__link:hover { background-color: #00B8A3; }
.wp-block-button.is-style-outline .wp-block-button__link { border-color: #001A4B; color: #001A4B; }
a, .wp-block-navigation a { color: #001A4B; }
a:hover { color: #00B8A3; }
h1, h2, h3 { color: #001A4B; }
.site-title { color: #001A4B; }
