:root{--c-black:#000000;--c-darker:#131813;--c-dark:#292b29;--c-grey:#888888;--c-light:#b8b8b8;--c-lighter:#f4f4f4;--c-white:#ffffff;--c-green:#1b861e;--c-lblue:#D0e9EE;--c-wblue:#e9f1f4;--c-grey-f:rgba(184, 184, 184, .5);--h-height:75px;--f-height:50px;--m-height:calc(100vh - var(--h-height) - var(--f-height) + 75);font-size:16px;color:var(--c-darker);background-color:var(--c-white);scroll-behavior:smooth}@font-face{font-family:Kumbh Sans;src:url(../fonts/KumbhSans-Medium.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}main{padding:0;margin:0;border:0;min-height:calc(100vh - var(--h-height) - var(--f-height) + 75px);display:flex;flex-direction:column;align-items:center}main h1{padding-top:var(--h-height)}main .noul{text-decoration:none}main .recipe-card{width:33%}main .recipe-card h1{font-size:1.5rem;font-weight:500;margin-bottom:0}main .recipe-card h2{font-size:1.125rem;font-weight:200}main .recipe-card h3{font-size:.875rem;font-weight:100}main .recipe-card p{font-size:1rem;font-weight:100;padding-top:5px;padding-bottom:10px}main .recipe-card .tags a{padding-left:2px;padding-right:2px}main .recipe-card *{width:100%;margin:0}