/*
Theme Name: TGN Digital
Theme URI: https://tgndigital.vn/
Author: TGN Digital
Author URI: https://tgndigital.vn/
Description: Custom WordPress theme for TGN Digital, a technology solutions company in Da Nang, Vietnam.
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tgn-digital
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}
