/*
Theme Name: Paras Portfolio
Theme URI: https://minnapyykkonen.fi/
description: >-
  Perfect Portfolio Child Theme
Author: Jerkko Valta
Author URI: https://jerkkovalta.com
Template: perfect-portfolio
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: portfolio
Text Domain: paras.portfolio
*/

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,300;0,400;0,600;1,400&display=swap');

body, p, h1, h2, h3, h4, h5, h6 {
	color: #777;
	font-family: 'Urbanist', sans-serif;
}

body, button, input, select, optgroup, textarea {
	font-size: 16px;
}

.site-branding .site-title {
	text-transform: none;
	letter-spacing: 3px;
}

.main-navigation .nav-menu li {
	font-size: 16px;
}

.wp-block-separator {
	border-bottom: 0px none;
	border-top: 3px solid #eee;
	margin-bottom: 4.5em;
}

header.entry-header .entry-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 6px;
	color: #777;
	word-spacing: 8px;
	font-size: 2em;
}

.entry-content a, .entry-content a:hover {
	text-decoration: none;
}

.wp-block-latest-posts li {
	line-height: 1.2;
}

.wp-block-latest-posts__featured-image {
	margin-bottom: 1em;
}

.wp-block-latest-posts li a {
	text-transform: uppercase;
	line-height: 1.0;
	font-size: 1em
}