/* ////////////////////////////////////////////////////////
// Be sure to wrap any wysiwyg editor with the .prose class
////////////////////////////////////////////////////////*/

/* Keep the font's the same as the fonts in the master.blade.php file */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,600;0,700;0,800;1,600;1,700;1,800&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

/* add any new wysiwyg components here (without margin/padding spacing) */
@import "./utils/basic.pcss";

/* add wysiwyg component spacing (margin/padding) here */
@import "./utils/typography.pcss";

@tailwind base;
@tailwind components;
@tailwind utilities;

.wysiwyg-body {
    @apply mx-auto px-10 py-10;
}
