/*If you are wondering where the editor pulls this in, its in the TinyMCEDefaultButtons class when setting the ContentCss setting.*/

/*EPiServer does not support using an external css file for the editor. As a result we are using the css import rule to pull in the global styles.
    I also made the layout use this file so that all the css imports are from the same place. Less to edit.
*/
@import "https://aanassets.azureedge.net/assets/vendor.css";
@import "https://aanassets.azureedge.net/assets/styles.css";