/*

Theme Name: Adaptive-CP
Author: Oscar Rangel
Description: A custom theme built for the Adaptive Capital Partners website blog.
Version: 1.0

*/

/*------------------------------
Global Reset and Base Styles
------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

/*------------------------------
Typography: Headings & Paragraphs
------------------------------*/
h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.75em; }
p { margin: 0 0 1em; }


/*------------------------------
Layout Containers
------------------------------*/
.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.content-area, .entry-content {
  padding: 1rem 0;
}


/*------------------------------
Blockquote & Lists
------------------------------*/
blockquote {
  border-left: 4px solid #ccc;
  padding: 0.5em 1em;
}


/*------------------------------
Gutenberg block styles
------------------------------*/
.wp-block {
  margin-bottom: 1rem;
}
.wp-block-cover {
  margin-bottom: 0;
}