
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Bevan:ital@0;1&family=Port+Lligat+Slab&display=swap');

.font-alba {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
}
.bevan-regular {
    font-family: "Bevan", serif;
    font-weight: 400;
    font-style: normal;
  }
  
.bevan-regular-italic {
    font-family: "Bevan", serif;
    font-weight: 400;
    font-style: italic;
}
.port-lligat-slab-regular {
    font-family: "Port Lligat Slab", serif;
    font-weight: 400;
    font-style: normal;
}
p{
    font-family: "Port Lligat Slab", serif;
    font-weight: 400;
    font-style: normal;   
}
.bg-toolbar{
    background-color: #734100;
}
.bg-header{
    background-color: #154B00;
}
body{
    min-height: 100vh;
    display: grid;
    grid-template-rows:auto 1fr 120px; 
    
}
.clet-grid{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));    
}
.clet-cards{
    display: grid;
    gap: 1rem;
    grid-auto-rows: 22rem;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));    
}
.webtitle{
    display: none;
}
#carusel h5{
    font-family: "Bevan", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
}
#carusel .carousel-caption p{
    font-size: 1.8rem;
}
