/*
Theme Name: th-new-theme
Theme URI: https://example.com
Author: anhdt
Author URI: https://example.com
Description: Theme trống tự tạo từ đầu
Version: 1.0
License: GPLv2 or later
Text Domain: verde
*/
/* ====== BASE ====== */
html,
body {
  margin: 0;
}

html,
body {
  overflow-x: clip;
}

/* Safari cũ thì dùng hidden ở fallback */
@supports not (overflow-x: clip) {

  html,
  body {
    overflow-x: hidden;
  }
}
