h1 {
    color: var(--black);
    font-size: 2rem;
    font-family: Inknut Antiqua;
}
h1 span {
    font-size: 1rem;
    font-weight: bold;
}
.tag-word {
    font-size: 0.85rem;
    font-weight: bold;
    font-family: Inknut Antiqua;
}
p {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}
.get-start {
    background: var(--lightgray);
    width: 10rem;
    height: 3rem;
    font-weight: 700;
    font-size: .9rem;
    font-family: Inknut Antiqua;
    border: 0.2rem solid var(--gray);
    border-radius: 0.2rem
}
.heading {
    font-size: 1.3rem;
    font-weight: bold;
    font-family: Inknut Antiqua;
}

.card {
    --bs-card-spacer-x: 0rem !important;
    --bs-card-spacer-y: 0rem !important;
    cursor: pointer;
}
.blog-post .card{
    padding: 1rem 1rem;
}
.blog-post .card img{
    border-radius: 0.3rem;
}
.blog-post .card-title{
    font-size: 1rem;
    font-family: Inknut Antiqua;
    text-transform: capitalize;
}
.publish {
    background-color: var(--gray);
    padding: 0 1rem;
    border-radius: .2rem;
    color: var(--white);
    font-size: 0.8rem;
    font-family: Inknut Antiqua;
    outline: none;
    border: none;
    height: 1.5rem;
}
.date {
    font-size: 0.8rem;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
}
.recent-post .card {
    padding: 1rem 1rem;
    flex-direction: row;
}
.recent-post .card img{
    width: 30%;
    border-radius: 0.3rem;
}
.recent-post .card p {
    font-family: Inknut Antiqua;
    font-size: 0.8rem;
}