@charset "UTF-8";

h1, h2, h3, h4, h5, h6, .faux-heading{  line-height: 1.5;}

img{
    width: 100%;
    height: auto;
}
a img,
figure img{
    display: block;
    object-fit: cover;
}

a{
    text-decoration: none;
    transition: var(--transitionDefault);
}
a:hover{opacity: 0.7;}