/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Medium.woff2') format('woff2'),
     url('fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body, 
body p, 
body span, 
body div, 
body h1, body h2, body h3, body h4, body h5, body h6, 
body a, 
body li {
 font-family: 'Satoshi', sans-serif !important;
}
.publications-grouped h3 {
	color: #000;
font-family: Satoshi;
font-size: 21px;
font-style: normal;
font-weight: 700;
line-height: 25px; /* 119.048% */
	margin-bottom: 21px;
	margin-top: 0px;
}
.publications-grouped ul {
	list-style: none;
	padding: 30px;
	border-radius: 20px;
background: #FFF;
	margin-bottom: 21px;
	
}
.publications-grouped ul li {
	margin-bottom: 18px;
}
.publications-grouped ul li a {
	color: #014B7C;
font-family: Satoshi;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 156.25% */
}