@Shawn Magee Embeds currently support modifying the color pallette. See this e.g.
https://github.com/calcom/cal.com/blob/main/packages/embeds/embed-core/index.html#L304
Adding a Custom CSS isn't supported yet because booking pages have tailwind and there are no logical classes(not required with tailwind) that you can just pick and style them in an independent CSS files. That needs to be done before enabling styling support.
Do you plan on modifying the entire layout of the pages?