/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Typography Settings */

/* Typography Settings */

/* Base Typography */

/* Custom Header CSS */

/* Base Typography */

/* Custom button in navbar */
/* Remove margin and padding from the body, header, and main content */
body {
  margin: 0;
  padding: 0;
}

header {
  margin-bottom: 0; /* Remove bottom margin */
  padding-bottom: 0; /* Remove any padding */
}

#primary {
  margin-top: 0; /* Ensure no space at the top */
}

/* You can also try to target the main container */
#main {
  margin-top: 0; /* Remove any margin on the main container */
  margin-bottom: 0;
}
