
/* These styles are available in the cloudcannon blog post editor as classes to apply */


h2.heading-large {
    @apply font-primary font-medium uppercase text-4xl mb-8
  }

h2.heading-medium {
    @apply font-primary font-medium uppercase text-2xl mb-8
  }


a.button  { @apply font-primary text-secondary py-2 uppercase inline-block font-thin tracking-wide }


/* Applied to content, excluded from style dropdown */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }