/*
Theme Name: smeweb.site
Theme URI: https://www.smeweb.site
Author: PhranakornSoft
Author URI: https://www.phranakornsoft.com
Description: Block themes for smeweb.site
Version: 1.1.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License
License URI: license.txt
Text Domain: smeweb.site
Tags: full-site-editing, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, translation-ready
*/

/*
 * Global styles are defined in theme.json.
 * This file holds only the theme header and small refinements
 * that theme.json cannot express yet.
 */

/* Smooth in-page anchor scrolling */
html {
	scroll-behavior: smooth;
}

/* Keep media inside its container */
img,
video {
	max-width: 100%;
	height: auto;
}

/* Button hover/focus */
.wp-block-button__link:hover,
.wp-block-button__link:focus {
	opacity: 0.9;
}

/* Underline links on hover inside post content */
.entry-content a:not(.wp-block-button__link):hover {
	text-decoration-thickness: 2px;
}
