/******************************************************************
Theme Name: Volum8
Description: A starter theme for projects at Volum8.
Author: Volum8 Creative, Inc.
Author URI: http://www.volum8.co
Version: 8.0.0
License: UNLICENSED
******************************************************************/

/* Font loading, ignore. */
@font-face {
  font-family: 'DM Sans';
  src: url('/wp-content/themes/Volum8WP/fonts/DMSans.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-feature-settings: 'ss03';
}

/* Base font styles. */
.sans-serif, body, button, h1, h2, h3, h4, h5, h6, input, optgroup, select, textarea {
	font-family: 'DM Sans', sans-serif;
}

article.status-publish {
	/* Generic heading title selector. */
	h1 {
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 1.2;
	}

	/* Article title. */
	h1.entry-title {
		font-size: 2.2rem;
		font-weight: 750;
		line-height: 1.3;
	}

	h2 {
		font-size: 1.7rem;
		font-weight: 750;
		line-height: 1.3;
	}

	h3 {
		font-size: 1.25rem;
		font-weight: 650;
		line-height: 1.3;
	}

	p {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
	}

	/* Author tagline. */
	.article-header p {
		font-size: .875rem;
	}

	@media (min-width: 64em) {

		/* Increase font sizes on larger screens. */
		p {
			font-size: 1.12rem;
		}
	}
}
