@font-face {
    font-family: 'Sugar';
    src: url(/ASSETS/FONTS/brown-sugar.ttf);
}

.Feed{
    width: 100%;
    height: auto;
    padding: clamp(1.5rem, 5vw, 5rem);
    display: flex;
    flex-direction: column;
}

.FeedTitle{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: clamp(1.8rem, 5vw, 3rem);
    padding: clamp(1rem, 3vw, 2rem);
    color: #b29472;
}

.FeedTitle h2{
    font-family: 'Sugar';
    letter-spacing: clamp(0.15rem, 0.8vw, 0.5rem);
}


.fact{
    width: 100%;
    height:auto;
}
.fact img{
    width: 100%;
    height: 100%;
    object-fit:fill;
}