
body {
    font-family: 'Helvetica', sans-serif;
    scroll-behavior: smooth;
}
/* Mobile Menu Hack without JS */
#menu-toggle:checked ~ #mobile-menu {
    display: block;
}
.gradient-text {
    background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-blob {
    filter: blur(80px);
    opacity: 0.4;
}
h1,h2,h3,h4,h5{
  font-weight: bold!important;;
}
.blog-content table td{
  border:1px solid black!important;
  padding: 10px;
}
.blog-content thead{
  font-weight: bold;
}
li {
    list-style: disc!important;
}
ul{
  padding:0 0 0 20px!important;
}
