/*
Theme Name: CORSNet
Theme URI: https://yourwebsite.com
Description: Child theme for Neve — Global CORS Networks styling and layout
Author: Your Name
Template: neve
Version: 1.0
*/

/* Import parent theme styles */
@import url("../neve/style.css");

/* Custom overrides */
body {
  background-color: #f9fafc;
  font-family: "Inter", Arial, sans-serif;
}

/* Example section styling */
section.corsnet-section {
  padding: 60px 0;
}

.corsnet-section h2 {
  color: #0d6efd;
  margin-bottom: 20px;
}

.corsnet-footer {
  background: #111;
  color: #aaa;
  padding: 30px;
  text-align: center;
}
