/*
Theme Name: Pixemint Home Child
Theme URI: https://pixeminttechnology.com
Description: Child theme for Pixemint Technology built on Astra. Ships a fully custom single-page 3D homepage (front-page.php) with editable content under Appearance → Customize → "Pixemint Homepage".
Author: Pixemint Technology
Author URI: https://pixeminttechnology.com
Template: astra
Version: 1.0.0
Text Domain: pixemint-child
*/

/*
 * This stylesheet is intentionally minimal. All of the homepage's visual
 * design (fonts, colors, the 3D hero, animations, layout) lives inline
 * inside front-page.php, which is a fully self-contained template used
 * only for the site's front page. Anything below only affects OTHER
 * pages on the site that still use the Astra parent theme's normal
 * templates (e.g. a blog page, a 404 page, search results).
 */

body {
	background-color: #0d0c1c;
	color: #f5f3fc;
}

a {
	color: #5b7cfa;
}
