/*
Theme Name: Sveikas Bustas
Theme URI: https://example.com/sveikas-bustas
Author: Codex
Author URI: https://example.com
Description: WordPress tema, sukurta pagal sablonas.html dizainą su pritaikomu stiliumi bei naujienų ir archyvų palaikymu.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: svb-theme
*/

/* Bazinė tipografija ir struktūriniai elementai */
body {
	font-family: "Segoe UI", Arial, sans-serif;
	background-color: #f8f9fa;
	color: #333;
	font-size: 0.9rem;
	line-height: 1.5;
}

a {
    color: var(--svb-primary-color, #1e88e5);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--svb-secondary-color, #42a5f5);
}
