/*
Theme Name: BrightVista Software Theme
Theme URI: https://example.com/brightvista-software-theme
Description: Optional lightweight child theme styling wrapper for the BrightVista Software Store plugin.
Author: BrightVista
Author URI: https://example.com
Template: twentytwentyfour
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Text Domain: brightvista-software-theme
*/

:root {
	--wp--preset--font-family--system: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
	background: #fffaf3;
}

.entry-content > .bv-store {
	margin-top: 0;
}

