/*
Theme Name: hcsoftvn
Author: hcsoftvn
Author URI: https://hcdigiz.com/
Theme URI: https://hcdigiz.com/
Tags: full-site-editing, block-patterns
Text Domain: hcsoftvn
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
    line-height: normal;
}
h1,h2,h3,h4,h5,h6,h7 {margin:0;}
.port-card a {text-decoration:none;}