/*
Theme Name: My Corp Theme Woo
Theme URI: https://example.com/
Author: Your Name
Description: Simple corporate site theme with WooCommerce support.
Version: 1.1
Text Domain: my-corp-theme-woo
*/

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #222;
  background-color: #f5f5f5;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
