﻿@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}
.luckiest-guy-regular {
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
}
.nav-link {
    font-family: "Luckiest Guy", cursive;
    text-transform:uppercase;
}
h1,h2 {
    font-family: "Luckiest Guy", cursive;
    text-transform: uppercase;
}
.superfont {
    font-family: "Luckiest Guy", cursive;
    font-size: 3rem;
}
.img-doprava
{
    height: 100px;
    
}
.bg-microg {
    background-image: url("../Images/MICROGREENS.svg");
    background-size: cover;
}
.bg-vlnovka {
    background-image: url("../Images/photo_002.svg");
    background-size: cover;
    background-position-y:top;
}
.accordion {
    --bs-primary-bg-subtle: #07c869;
    --bs-border-color: #048244;
}
.mt-footer
{
    margin-top: 100px;
}