/*
Theme Name: FaiceTech
Theme URI: https://faicetech.com
Description: Official FaiceTech website theme
Version: 1.0.0
Author: FaiceTech
Author URI: https://faicetech.com
License: Proprietary
Text Domain: faicetech
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }

/* WordPress admin bar — push fixed nav down when logged in */
.admin-bar nav { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar nav { top: 46px; }
}

/* Hide WordPress admin bar on front end for cleaner preview */
/* Remove these lines if you want the admin bar visible */
/* html { margin-top: 0 !important; } */
/* #wpadminbar { display: none !important; } */

/* Prevent WordPress default styles bleeding into theme */
.wp-block-image { margin: 0; }
a { text-decoration: none; }
ul { list-style: none; }
