#cc-main {
  /** Change font **/
  --cc-font-family: Atyp-Display, var(--pico-font-family-sans-serif);

	/** Make everything round, except for the accordions **/
	--cc-btn-border-radius: calc(1px * infinity);

	.pm__body {
		.pm__section-title {
			border-radius: 20px;
		}

		.pm__section-desc-wrapper {
			border-radius: 0 0 20px 20px;
		}
	}

	.section__toggle-wrapper {
		margin-bottom: 0;
	}

  /** Change button primary color **/
  --cc-btn-primary-bg: var(--ls-brand-color-5);
  --cc-btn-primary-border-color: var(--ls-brand-color-5);
  --cc-btn-primary-hover-bg: var(--ls-brand-color-7);
  --cc-btn-primary-hover-border-color: var(--ls-brand-color-7);

   /** Also make toggles the same color as the primary button **/
  --cc-toggle-on-bg: var(--ls-brand-color-5);

	.cm__title,
	.pm__title,
	.cm__btn,
	.pm__btn,
	.pm__section-title {
		font-weight: 500;
	}
}
