/*
Theme Name: Writages
Theme URI: https://writages.us
Description: A fully customizable GeneratePress child theme built for Writages - Premier Academic Writing & Research Services. Includes a custom homepage design, branded header & footer, full Customizer-based theme options (colors, logo, hero content, footer, social links, stats, testimonials and more), and ready-made inner page templates.
Author: Writages
Author URI: https://writages.us
Template: generatepress
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: writages
*/

/* All visual styling is generated dynamically via Tailwind (see inc/customizer.php
   and template-parts/head-assets.php). This file only needs to exist so WordPress
   recognizes this as a valid child theme of GeneratePress. Minor overrides below. */

body {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
