/*
Theme Name: Qawwam
Theme URI: https://qawwam.online/
Author: Qawwam Magazine LLC
Description: Custom Gutenberg block theme for Qawwam Magazine.
Version: 1.2.8
Text Domain: qawwam
*/

@import url("assets/css/theme-base.css");

/* Keep the Submit-page artwork email legible without a filled highlight. */
.qawwam-submit .qawwam-submit-artwork-email,
.qawwam-submit .qawwam-submit-artwork-email:visited {
	background: transparent;
	color: var(--qawwam-black);
	padding-inline: 0;
	text-decoration-color: var(--qawwam-yellow);
}

/* Article titles are presented in the magazine's all-caps display style
   without changing the stored editorial title, slug, or importer metadata. */
.qawwam-article-header .wp-block-post-title,
.qawwam-article-card .wp-block-post-title,
.qawwam-archive-card .wp-block-post-title {
	text-transform: uppercase;
}

/* Pattern artwork is limited to the homepage hero and Past Issues shelf. */
.qawwam-front-page .qawwam-hero,
.qawwam-front-page .qawwam-recent-issues {
	background-color: var(--qawwam-black);
	background-image: url("assets/images/homepage-hero-pattern.png");
	background-position: top center;
	background-repeat: repeat;
	background-size: auto;
}
