
@font-face {
    font-family: 'Gallery';
    src: url('../fonts/GalleryRegular.woff2') format('woff2'),
        url('../fonts/GalleryRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root { 
    --primary: #ffb607;
    --bg-green: #e1efd5;
    --text-color: #000;
    --white-color: #fff;
}


.breadcrum {
    align-items:center;
    flex-wrap:nowrap;
}


