/* Catalog Grid overriding theme styles
!! primary styles are in the core plugin */

div.catalog-grid {

	& .catalog-title {
		font-size: 18px;
	}

	& div.catalog-artist {}

	& div.catalog-year {}

}

a.catalog-card {
	color: var(--theme-palette-color-4);
}



/* Catalog single audio player overriding theme styles
!! primary styles are in the core plugin */
div.catalog-tracks {

	& div.track-name {}

	& .track-number {}

	& .track-label {
		font-family: 'Black Han Sans', sans-serif;
	}

}