/*
Theme Name: GoldPricePlus
Theme URI: https://goldpriceplus.com/
Description: Custom GoldPricePlus child theme built on Astra.
Author: GoldPricePlus
Version: 1.0.0
Template: astra
Text Domain: goldpriceplus
*/

/*
 * GoldPricePlus Global Styles
 * Main frontend design files will be loaded separately.
 */

:root {
	--gpp-gold: #D4AF37;
	--gpp-gold-dark: #B88900;
	--gpp-navy: #071426;
	--gpp-black: #111111;
	--gpp-white: #FFFFFF;
	--gpp-bg: #F8F9FB;
	--gpp-border: #E7E9ED;
	--gpp-green: #159447;
	--gpp-red: #E32636;
	--gpp-text: #172033;
	--gpp-muted: #667085;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
}