:root {
  --ifm-color-primary: #25c2a0;
  --ifm-color-primary-dark: rgb(33, 175, 144);
  --ifm-color-primary-darker: rgb(31, 165, 136);
  --ifm-color-primary-darkest: rgb(26, 136, 112);
  --ifm-color-primary-light: rgb(70, 203, 174);
  --ifm-color-primary-lighter: rgb(102, 212, 189);
  --ifm-color-primary-lightest: rgb(146, 224, 208);
  --ifm-code-font-size: 105%;
  --ifm-global-radius: 0 0 4px 4px;
  --doc-sidebar-width: 250px !important;
  --ifm-font-family-base: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;
}

.docusaurus-highlight-code-line {
  background-color: rgb(72, 77, 91);
  display: block;
  margin: 0 calc(-1 * var(--ifm-pre-padding));
  padding: 0 var(--ifm-pre-padding);
}

body{
  font-family: var(--ifm-font-family-base) !important;
  font-size: 15px !important;
  background-color: initial !important;
  color: inherit !important;
}

h1{
  font-size: 3.5rem !important;
  font-family: -apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial ;
  font-weight: 800;
}

h2{
  font-size: 2rem !important;
  font-family: -apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial ;
  font-weight: 600;
}

h3{
  font-size: 1.5rem !important;
  font-family: -apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial ;
  font-weight: 600;
}

.lead{
  font-family: -apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial ;
  font-size: 1.8rem;
  color: #6f6f6f;
  letter-spacing: 0.009rem;
  line-height: 2rem;
  font-weight: 400 !important;
}

p{
  font-family: 'Roboto' !important;
  letter-spacing: 0.009rem;
  line-height: 1.8rem;
}

.table-of-contents{
  font-size: 0.9rem !important;
}


.example-showcase{
  border-radius: 4px 4px 0 0;
  position: relative;
  padding: 1.5rem;
  border: 1px solid #dee2e6;
}

.example-showcase > *{
  margin: .25rem .5rem;
}