@charset "utf-8";
/*
 Theme Name:   Minimal Portfolio Child
 Description:  Minimal Portfolio Child Theme
 Author:       Yukiko Hermansson
 Author URI:   https://yukikohermansson.com
 Template:     minimal-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:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  minimal-portfolio-child
*/

/* Google Font Noto Sans */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* Google Font Raleway */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5!important;
  letter-spacing: 0.06em;
}

h1 {
	font-family: 'Railway', sans-serif;
}

body p {
            line-height:1.5!important;
}

.custom-logo {
    max-height: 100px !important;
	width:auto;
}

.copyright a {
	display:none;
}