:root {
    --color-primary: #a7182d !important;
    --color-secondary: #a7182d !important;
    --color-tertiary: #9D9C9C !important;
    --color-primary-text: #424242;
    --color-background: #ffffff;
    --max-width: normal;
    --font-primary: 'local', Arial, sans-serif;
    --font-secondary: 'local2', Arial, sans-serif;
  } 
  
  
  
  
  :root { --border-radius: 0.375rem; }
  
  
  
  
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  .detail-item-name, .property-division-name {
  font-weight:bold;
}