@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ojuju:wght@200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    color: #1F3307;

}

.bg-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    opacity: 0.1;
    background: rgb(219, 233, 200);
    background-image: linear-gradient(rgb(45, 65, 18) 1.9px, transparent 1.9px), linear-gradient(to right, rgb(45, 65, 18) 1.9px, rgb(219, 233, 200) 1.9px);
    background-size: 35px 35px;
}

.bg-primary {
    background-color: #DBE9C8;
}