/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com/
Description:  GeneratePress Child Theme
Author:       Ajanth
Author URI:   https://example.com
Template:     generatepress
Version:      1.0.0
*/

/* Custom CSS goes here */

/* ... other button states should go below ... */

.site-content {
  justify-content: center;
}

body {
  font-family: 'Source Serif Pro', serif;
  background-color: var(--bs-gray-200);
}
