/*
Theme Name: Central Management
Text Domain: centmgt
Template: rmcore
Author: Rent Manager
Author URI: https://www.rentmanager.com
Description: Custom theme created by Rent Manager
Version: 1.1.5
License: Proprietary, non-distributed
*/
body {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.67em;
  font-weight: 300;
  color: #1b1b1b;
  background-color: #fff;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

body * {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0;
  font-weight: 300;
  color: #1b1b1b;
  letter-spacing: 0.05em;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
}

header, footer {
  display: none;
}

/* Gutenberg alignment sample *//*# sourceMappingURL=style.css.map */