/* atles/shared/categories.css */
/* Default fallback if an unknown category is used */
.atlas-pin { background: #6b7280; } /* gray */

/* Example categories */
.atlas-cat-city { background: #3b82f6; }     /* blue */
.atlas-cat-town { background: #22c55e; }     /* green */
.atlas-cat-ruin { background: #f97316; }     /* orange */
.atlas-cat-dungeon { background: #a855f7; }  /* purple */

/* Later, if you want category icons, you can do something like: */
/*
.atlas-cat-city {
  background: #3b82f6 url("../../shared/icons/city.svg") center/12px 12px no-repeat;
}
*/
