:root {
	/* Fonts */
	--cn-primary-font-family: 'Montserrat', sans-serif;
	--cn-secondary-font-family: 'Libre Baskerville', serif;

	/* Font Sizes */
	--cn-font-xs: 0.75rem; /* 12px */
	--cn-font-sm: 0.875rem; /* 14px */
	--cn-font-md: 1rem; /* 16px */
	--cn-font-lg: 1.125rem; /* 18px */
	--cn-font-xl: 1.5rem; /* 24px */
	--cn-font-xxl: 1.75rem; /* 28px */
	--cn-font-xxxl: 2rem; /* 32px */
	--cn-font-xxxxl: 2.5rem; /* 40px */

	/* Line Heights */
	--cn-line-height-tight: 1.25; /* 20px */
	--cn-line-height-normal: 1.5; /* 24px */
	--cn-line-height-loose: 1.75; /* 28px */

	/* Spacing */
	--cn-space-xs: 0.25rem;   /* 4px */
	--cn-space-sm: 0.5rem;    /* 8px */
	--cn-space-md: 1rem;      /* 16px */
	--cn-space-lg: 1.5rem;    /* 24px */
	--cn-space-xl: 2rem;      /* 32px */
	--cn-space-xxl: 3rem;     /* 48px */

	/* Colors */
	--cn-body-background-color: #F8F8F8;
	--cn-primary-color: #54575BFF;
	--cn-accent-color: #C19868;
	--cn-title-color: #88898B;
	--cn-menu-color: #54575B;

	/* Animation */
	--cn-animate-duration: .3s;
}