/*
Theme Name: Home Gas
Theme URI: https://example.com/homegas
Author: Supreme Gas 94
Author URI: https://example.com
Description: Custom WordPress theme for Supreme Gas 94, built from a pixel-perfect PSD design and made fully dynamic with Advanced Custom Fields (ACF Pro).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: homegas
*/

/* =====================================================
   Fallback layout for non-front-page templates
   (blog index, archives, search results, single posts).
===================================================== */
.site-main {
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 20px;
	font-family: 'Inter', sans-serif;
	color: #1E1E1E;
}

.site-main .entry-title {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 0.5em;
}

.site-main .entry-thumbnail img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}

.site-main article {
	margin-bottom: 3em;
}
