/*
Theme Name: Reliancy
Theme URI: https://reliancy.ai/
Author: Reliancy Kenya Limited
Author URI: https://reliancy.ai/
Description: Bespoke, plugin-independent WordPress theme for Reliancy.ai, engineered for secure hosting, domain, digital product, billing and client-service workflows.
Version: 1.4.6
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: reliancy
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, responsive-layout, accessibility-ready, block-styles
*/

:root {
	--reliancy-font-body: "Quicksand", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--reliancy-font-heading: "Quicksand", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
optgroup {
	font-family: var(--reliancy-font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.reliancy-eyebrow,
.reliancy-button,
.reliancy-pricing-badge {
	font-family: var(--reliancy-font-heading) !important;
}
