/*
Theme Name: SilkPath
Theme URI: https://silkpath.org
Description: SilkPath custom theme
Version: 1.0
*/

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #F6F3EE; }
.site-header, .site-footer, .navigation { display: none !important; }
.site-content, .content-area, .entry-header, .entry-title { 
  padding: 0 !important; 
  margin: 0 !important; 
  max-width: 100% !important;
  width: 100% !important;
}
.entry-content { margin: 0 !important; padding: 0 !important; }
a { color: inherit; }
a:hover { color: inherit; }