/*
Theme Name: Aromashea
Theme URI: https://aromashea.jp/
Author: Aromashea
Description: A minimalist theme featuring a sophisticated design inspired by Aesop.
Version: 1.0.0
License: MIT
*/

/*
  Base styles are handled by Tailwind CSS.
  This file is required for WordPress theme recognition.
*/

body {
  background-color: #FFFEF2;
  color: #252525;
}

/* Hide scrollbar utility */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
