﻿/*
Theme Name:   Oakbridge Astra Child
Theme URI:    https://wpcontent.oakbridgegreenhouse.com
Description:  Child theme for Oakbridge Greenhouse
Author:       Tyler
Template:     astra
Version:      1.0.1
Text Domain:  astra-child
*/

@import url("../astra/style.css");

/*
 * Astra global palette from https://wpcontent.oakbridgegreenhouse.com/ (Customizer output).
 * Loads after parent + Customizer inline so these tokens win when local DB differs.
 */
:root {
	--ast-global-color-0: #ff6464;
	--ast-global-color-1: #f14e4e;
	--ast-global-color-2: #071f1b;
	--ast-global-color-3: #393939;
	--ast-global-color-4: #faf6f6;
	--ast-global-color-5: #ffffff;
	--ast-global-color-6: #e4dede;
	--ast-global-color-7: #000000;
	--ast-global-color-8: #111111;
}

body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
	font-family: 'Work Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
.entry-content :where(h1, h2, h3, h4, h5),
.site-title,
.site-title a {
	font-family: 'Belleza', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
