@charset "utf-8";
body {background-color:#a95f55; margin:0; padding:0; color:#fff;  font-family: 'Almarena Display'; overflow-x: hidden;}
figure img {width:20%}

a {color: #fff; text-decoration: none;}
a:hover {color: #eee}
.float-right {float: right!important;}
@font-face {
    font-family: 'Almarena Display';
    src: url('../fonts/AlmarenaDisplayLight.woff2') format('woff2'),
        url('../fonts/AlmarenaDisplayLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@media (min-width: 992px) { 
 h1 {font-size: 5rem ;}
 h1 span {font-size: 12rem; line-height: 0; padding-left: 4px;}
}