/*!
Theme Name: Strategically Yours
Theme URI: https://digimetri.com/
Author: Digimetri
Author URI: https://digimetri.com/
Description: Strategically Yours — strategic communications portfolio.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: strategically-yours
Tags: custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Strategically Yours is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# Design tokens
--------------------------------------------------------------*/
:root {
	/* Sampled from the logo artwork; supplied by the client. */
	--cream: #f2f0d8;
	--teal: #4193a6;
	--coral: #ff6c6c;
	--lavender: #c0abed;

	--dark: #1a1a1a;

	/* Body copy: near-black, per "koyu gri, siyaha yakın". */
	--text: #3a3a3a;

	--font-display: 'Archivo Black', sans-serif;
	--font-body: 'Montserrat', sans-serif;

	--header-height: 86px;
	--gutter: 48px;
	--max-width: 1440px;
}
