/*
Theme Name: Hamilton Child
Text Domain: hamiltonchild
Template: hamilton
Description: Hamilton is a clean WordPress portfolio theme for creatives. It displays posts in a beautiful image grid that can be set to either two or three columns, which makes it a perfect fit for photographers, illustrators or graphic designers looking for a theme for their portfolio. It also features Block Editor/Gutenberg support, a dark mode, custom background color support, a resume page template, responsive design, Jetpack infinite scroll support, editor styling, and much more.
Version: 1.0
Tags: blog, two-columns, three-columns, custom-menu, featured-images, threaded-comments, translation-ready, grid-layout, custom-background, custom-logo, editor-style, sticky-post, theme-options, portfolio, photography, block-styles, wide-blocks
Author: Anders Norén
Author URI: https://www.andersnoren.se
License: GNU General Public License version 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme URI: https://www.andersnoren.se/teman/hamilton-wordpress-theme/
*/

body {
	/*font-family: 'Libre Franklin', -apple-system, 'Helvetica Neue', sans-serif;*/
	/*font-family: -apple-system, 'Helvetica Neue', sans-serif;*/
	font-family: p22-mackinac-pro, serif;

}

.site-header .site-name {
	margin-right: .25em;
}

.site-header .site-description {
	color: rgba( 0, 0, 0, .35 );
}

.page-header .meta a[rel*="category"]:before,
.page-header .meta a[rel*="tag"]:before {
	content: '#';
}

body.archive.category .page-header .title:before,
body.archive.tag .page-header .title:before {
	content: '#';
}

.post-pagination {
	text-align: center;
}

.post-pagination .previous-posts-link,
.post-pagination .next-posts-link {
	float: none;
	display: inline-block;
}

.post-pagination .title {
	padding: 0 20px;
}