/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.header {
  font-size: 22px; }

@font-face {
  font-family: "Tenorsansregular";
  src: url("tenorsansregular.ttf"); }
p, h1, h2, h3 {
  font-family: "MyFont", sans-serif; }

.button {
  display: inline-block !important;
  width: 100%;
  background-color: #c73f9a;
  color: #ffff;
  padding: 8px 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px; }

.section--blog_posts .blog_post {
  margin-bottom: 9px; }
