/*
Theme Name: Monarchword Theme
Theme URI: https://monarchword.com
Author: Monarchword
Description: Custom theme converted from Next.js
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, custom
*/

/* Basic Reset or Styles if needed, but we rely on Tailwind */
body {
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
