/**
 * [B] Juegocito - Shared design tokens (Juegocitos UI Kit v2.0).
 *
 * Canonical source of the brand palette, type stack and webfonts.
 * Registered by Core so any other Juegocito plugin (Members, Importer...)
 * can enqueue this stylesheet as a dependency instead of hardcoding its own
 * copy of the colors. Members falls back to inline hex when Core is absent.
 */

@font-face {
	font-family: "Fredoka";
	src: url("../fonts/Fredoka-400.ttf") format("truetype");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Fredoka";
	src: url("../fonts/Fredoka-600.ttf") format("truetype");
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Fredoka";
	src: url("../fonts/Fredoka-700.ttf") format("truetype");
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Nunito Sans";
	src: url("../fonts/NunitoSans-400.ttf") format("truetype");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Nunito Sans";
	src: url("../fonts/NunitoSans-600.ttf") format("truetype");
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Nunito Sans";
	src: url("../fonts/NunitoSans-700.ttf") format("truetype");
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Nunito Sans";
	src: url("../fonts/NunitoSans-800.ttf") format("truetype");
	font-weight: 800;
	font-display: swap;
}

:root {
	--bdw-green-900: #0A3B31;
	--bdw-green-800: #0E4C3F;
	--bdw-green-700: #12634F;
	--bdw-green-600: #177C63;
	--bdw-green-300: #7CD3B9;
	--bdw-green-100: #D6F2E8;
	--bdw-coral-700: #B8341F;
	--bdw-coral-500: #F2573C;
	--bdw-coral-100: #FFE2DA;
	--bdw-yellow-500: #F5B33C;
	--bdw-yellow-100: #FFF0CF;
	--bdw-cream: #FFF6EA;
	--bdw-paper: #FFFDF8;
	--bdw-sand: #F3E7D6;
	--bdw-ink: #16241F;
	--bdw-muted: #68756F;
	--bdw-line: #DED4C6;
	--bdw-shadow: 0 18px 55px rgba(22, 36, 31, 0.08);
	--bdw-font-display: "Fredoka", "Nunito Sans", sans-serif;
	--bdw-font-body: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
