@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

:root {
  --md-text-font: "Ubuntu", sans-serif;
  --md-code-font: "Ubuntu Mono", monospace;
  --md-primary-fg-color: #a100ff;
  --md-primary-fg-color--light: #a100ff;
  --md-primary-fg-color--dark: #a100ff;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

p {
  line-height: 1.5;
}

li {
  line-height: 1.5;
}

blockquote {
  line-height: 1.6;
}

small,
caption {
  line-height: 1.4;
}

code {
  white-space: pre-wrap !important;
  word-break: break-word;
}
