/*
Theme Name: Binate Blog Theme
Theme URI: https://thebinate.in/
Author: Forwardkite Technologies
Author URI: https://thebinate.in/
Description: A lightweight, custom classic theme built to match the Binate main website aesthetic perfectly. Features a single-column layout with comments enabled.
Version: 1.0.0
License: Proprietary
Text Domain: binate
*/

/* Custom WP alignments to match standard themes slightly */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.wp-block-image {
  margin-bottom: 2rem;
}
.wp-block-image img {
  border-radius: 12px;
}
