body {
	font-family: 'DM Sans', sans-serif;
}

.block-category h1 {
	font-family: 'Cinzel', serif;
}

/* Create two equal columns that floats next to each other */
.column_f1 {
  float: left;
  width: 40%;
  padding: 10px;
}
.column_f2 {
  float: left;
  width: 60%;
  padding: 10px;
}

/* Clear floats after the columns */
.row_f:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 992px) {
  .column_f1 {
    width: 100%;
  }
  .column_f2 {
    width: 100%;
  }
}
