/*
Theme Name: Fairway Business Setup
Theme URI: https://fairwaybiz.com
Author: Fairway
Author URI: https://fairwaybiz.com
Description: Custom WordPress theme matching the Fairway static website design with header, footer, and navigation
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fairway
Tags: business, corporate, custom-header, custom-menu, responsive-layout

This theme integrates seamlessly with the Fairway static website, providing identical header, footer, and navigation styling.
*/

/* Import the mainland CSS (all styles from static site) */
@import url('assets/css/mainland.css');

/* WordPress-specific adjustments */
body.admin-bar .header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}

/* WordPress content area */
.wp-content-area {
  padding: 100px 0;
  min-height: 60vh;
}

.wp-content-area .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* WordPress post/page content */
.entry-content {
  max-width: 780px;
  margin: 0 auto;
}

.entry-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.entry-content h2 {
  font-size: 30px;
  margin: 40px 0 16px;
}

.entry-content p {
  margin-bottom: 20px;
  line-height: 1.8;
}

/* WordPress widgets */
.widget {
  margin-bottom: 30px;
}

.widget-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--primary);
}

/* WordPress alignments */
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

/* WordPress galleries */
.gallery {
  margin-bottom: 20px;
}

/* Comments */
.comments-area {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--grey-200);
}
