/**
 * CSS Variables
 *
 * Global design tokens for RawStudio_Casting theme.
 *
 * @package RawStudio_Casting
 */

:root {
	/* ==========================================================================
	   Colors
	   ========================================================================== */



	/* Brand */
	--color-primary: #000000;
	--color-secondary: #ffffff;
    --color-background: #ffffff;

	/* Text */
	--color-text: #000000;
	--color-text-muted: #606060;
	--color-text-inverse: #ffffff;

	/* Background */
	--color-bg: #ffffff;
	--color-bg-alt: #f5f5f5;


	/* ==========================================================================
	   Typography
	   ========================================================================== */

	--font-family-base: "Inter", sans-serif; 
	--font-family-heading: var(--font-family-base);

	/* ==========================================================================
	   Component-specific
	   ========================================================================== */

	--member-image-max-height: 700px;
}