/*
Theme Name: TDBSolutions
Theme URI: https://tdbsolution.com
Author: TDB Solutions
Author URI: https://tdbsolution.com
Description: Block theme dành riêng cho TDB Solutions, xây dựng theo hệ thống nhận diện Global Style hiện đại, chuyên nghiệp và nhất quán.
Version: 1.1.5
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: tdbsolutions
*/

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-underline-offset: 0.18em;
}

.wp-element-button,
.wp-block-button__link {
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.12);
  transform: translateY(-1px);
}

.wp-element-button:focus-visible,
.wp-block-button__link:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(56, 130, 246, 0.35);
  outline-offset: 3px;
}

