html {
  scroll-behavior: smooth;
}

li {
  margin-left: 40px;
}

ul {
  padding-top: 10px;
  padding-bottom: 10px;
}

h4 {
  margin-top: 15px;
}

.blog h2 {
  margin-top: 15px;
}

.blog h3 {
  margin-top: 15px;
}

.blog img {
  max-width: 100%;
}

.blog p {
  text-align: justify;
  margin-top: 10px;
}

.blog pre {
  margin-top: 15px;
  border: 1px solid #ccc;
  white-space: pre-wrap;
}

/* character set for the fonts: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 `-=[]\;',./~!@#$%^&*()_+{}|:"<>?āĀ */
@font-face {
  font-family: 'Outfit';
  src: url('/fonts/outfit.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/spacegrotesk.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

pre {
  white-space: pre-wrap;
}

.download-link {
  width: 100%;
}

/* atom-one-light */
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}

code.hljs {
  padding: 3px 5px
}

.hljs {
  color: #383a42;
  background: #fafafa
}

.hljs-comment,
.hljs-quote {
  color: #a0a1a7;
  font-style: italic
}

.hljs-doctag,
.hljs-formula,
.hljs-keyword {
  color: #a626a4
}

.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
  color: #e45649
}

.hljs-literal {
  color: #0184bb
}

.hljs-addition,
.hljs-attribute,
.hljs-meta .hljs-string,
.hljs-regexp,
.hljs-string {
  color: #50a14f
}

.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
  color: #986801
}

.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
  color: #4078f2
}

.hljs-built_in,
.hljs-class .hljs-title,
.hljs-title.class_ {
  color: #c18401
}

.hljs-emphasis {
  font-style: italic
}

.hljs-strong {
  font-weight: 700
}

.hljs-link {
  text-decoration: underline
}