@font-face {
  font-family: Graphik-B;
  src: url(https://cdn.courses.apisystem.tech/memberships/Zp13RHwrurI0GXTGx15v/post-materials/4ac3dc9c-3c97-499e-9e89-88dfd48809f4/Graphik-Bold-Trial.otf);
}

@font-face {
  font-family: Graphik-L;
  src: url(https://cdn.courses.apisystem.tech/memberships/Zp13RHwrurI0GXTGx15v/post-materials/4ac3dc9c-3c97-499e-9e89-88dfd48809f4/Graphik-Light-Trial.otf);
}


.Graphik-bold{
    font-family: "Graphik-B", sans-serif;
}
.Graphik-light{
     font-family: "Graphik-L", sans-serif;
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #1e3a4c; /* Default color jab page load ho */
  transition: background-color 0.1s ease;
  overflow-x: hidden;
}