/*
Theme Name: Islamic Relief
Theme URI: https://islamic-relief.local/
Author: Islamic Relief
Author URI: https://islamic-relief.local/
Description: Custom WordPress theme for Islamic Relief.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: islamic-relief
Tags: charity, nonprofit, custom-theme
*/

:root {
	--ir-font-heading: 'Geogrotesque TRIAL', sans-serif;
	--ir-font-body: 'Inter', sans-serif;
}

body {
	font-family: var(--ir-font-body);
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.site-title,
.entry-title,
.page-title,
.widget-title {
	font-family: var(--ir-font-heading);
	font-weight: 600;
}

/* Single project: remove padding on the pre-footer hfe template section. */
.single-project-footer {
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
}

/* Buttons use the heading font (Geogrotesque). */
.ir-button {
	font-family: var(--ir-font-heading) !important;
}
