/*
Theme Name: Universe
Theme URI: https://universe-cosmetics.jp/
Author: Universe
Description: A theme for Universe Cosmetics OEM.
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;
}
