/*
Theme Name: Roblog
Theme URI: https://themeshaper.com/roblog/
Author: Automattic
Author URI: https://automattic.com/
Description: Roblog is a blog theme with the Roblox aesthetic, blending a modern, smoother design with the fun, playful energy that makes Roblox so iconic. It includes a classic sidebar for single posts. Roblog is designed to feel engaging, stylish, and perfect for video game enthusiasts.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roblog
Tags: blog, grid-layout, two-columns, four-columns, right-sidebar, block-styles, featured-images, full-site-editing, rtl-language-support, threaded-comments, translation-ready, wide-blocks

/* Progresive enhancement to reduce widows and orphans. */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
	text-wrap: balance;
}

p {
	text-wrap: pretty;
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 0.5px !important;
	text-decoration-style: solid !important;
	text-underline-offset: 3px;
}

/* Remove unwanted margin top from disabled template parts */
.wp-block-template-part:empty{
	margin-top: 0;
}
