/*
Theme Name: bestkeptmtl
Theme URI: https://bestkeptmontreal.com
  Author: Agnatech
  Author URI: https://agnatech.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*body{
	    font-family: 'Roboto', sans-serif;
	    font-weight:400;
}*/

/* .elementor-widget-theme-post-featured-image {
	position: relative;
	overflow: hidden;
}
.first-letter-image {
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #fd4698;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 140px;
    font-weight: 700;
    color: #ffffff;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    opacity: 0;
	transition: 0.4s;
	padding-top: 14px;
}
.e-loop-item.post:hover .first-letter-image {
	opacity: 0.7 !important;
	padding-top: 0px !important;
} */