/**
 * Theme Name:  The Barn Gym
 * Template:    hmpr
 * Author:      Studio Finesse
 * Author URI:  https://studiofinesse.co.uk
 * Theme URI:   https://studiofinesse.co.uk
 * Update URI:  https://studiofinesse.co.uk
 *
 *
 * Version: 1.0
 */

 @font-face {
	font-family: "Poppins";
	font-weight: 400;
	font-display: swap;
	src: url('fonts/poppins-regular.woff2');
}

@font-face {
	font-family: "Poppins";
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	src: url('fonts/poppins-italic.woff2');
}

@font-face {
	font-family: "Poppins";
	font-weight: 800;
	font-display: swap;
	src: url('fonts/poppins-800.woff2');
}

@font-face {
	font-family: "Poppins";
	font-weight: 800;
	font-style: italic;
	font-display: swap;
	src: url('fonts/poppins-800italic.woff2');
}

@font-face {
	font-family: "Big Shoulders Display";
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	src: url('fonts/big-shoulders-display-800.woff2');
}

:root {
	--clr-brand-primary-50:  #E3F7EB;
	--clr-brand-primary-100: #CFF1DD;
	--clr-brand-primary-200: #A7E6C3;
	--clr-brand-primary-300: #7FDBAB;
	--clr-brand-primary-400: #57D094;
	--clr-brand-primary-500: #36BE7F;
	--clr-brand-primary-600: #2A9768;
	--clr-brand-primary-700: #1F6F4F;
	--clr-brand-primary-800: #144734;
	--clr-brand-primary-900: #0E3327;
	--clr-brand-primary-950: #0C291F;

	--clr-brand-primary: var(--clr-brand-primary-800);
	--clr-brand-secondary: #db1919;

	--font-body: "Poppins", sans-serif;
	--font-display: "Big Shoulders Display";
}
	
[data-theme="brand"] {
    --clr-surface: var(--clr-brand-primary);
    --clr-surface-tint: var(--clr-brand-primary-600);
    --clr-text: var(--clr-brand-primary-300);
    --clr-text-accent: var(--clr-white);
    --clr-text-strong: var(--clr-white);
    --clr-borders: var(--clr-brand-primary-700);
}

:root,
[data-theme="base"] {
	--clr-headings: var(--clr-brand-primary);
	--clr-text-accent: var(--clr-brand-secondary);
}