enum Material: String, Codable, Hashable { case ultraThin case thin case regular case thick case ultraThick case bar }