/*
Theme Name: Videokone
Theme URI: 
Author: Videokone-tiimi
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: videokone
Tags: 
*/

/**
 * Get rid of annoying top margins on content blocks.
 */
:root :where(.wp-site-blocks) > * {
	margin-block-start: 0;
}
main .entry-content > .wp-block-group {
    margin-block-start: 0;
    margin-block-end: 0;
}

strong {
	font-weight: bold;
}