/*
Theme Name: Agent5 Footer
Template: kadence
Version: 1.3
*/

/* ── Global Typography — Poppins heading font ── */
h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.site-title,
.entry-title {
    font-family: 'Poppins', sans-serif !important;
}

body, p, li, td, th, label, input, textarea, select, button {
    font-family: 'Roboto', sans-serif;
}

/* ── Agent 5 — adventure colour palette ── */
body {
    background-color: #E8F4FD;
}

.site-main, .wp-site-blocks {
    background-color: #E8F4FD;
}

/* Footer accent — yellow on hover */
.hs-footer-nav a:hover,
.hs-footer-bottom a:hover {
    color: #F5C518 !important;
}

/* Buttons — yellow accent */
.wp-block-button__link {
    transition: opacity 0.2s;
}
