@import 'tailwindcss/components'; @import 'tailwindcss/utilities'; body { @apply font-sans; } .wp-block { @apply max-w-screen-xl; } .wp-block[data-align='wide'] { @apply max-w-screen-xl; } .wp-block[data-align='full'] { @apply max-w-full; } .wp-block.alignfull { @apply max-w-full; } .acf-block-component { /* @apply bg-red-500; */ } .acf-block-fields { @apply max-w-screen-md mx-auto; } html :where(.editor-styles-wrapper) { @apply text-carhop-gray; div, p { font-family: 'Nunito Sans', sans-serif; } }