/*
Theme Name: Linkerr Theme 4
Version: 1.0.0
Author: Decovo
Author URI: https://www.linkerr.cn/
Description: Custom migration theme for the Zisheng Transformer WordPress rebuild.
Text Domain: linkerr-theme-4
*/

:root {
  color-scheme: light;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #1a1a1a;
  background: #ffffff;
}

.site-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
