/*!
* @mirantis/mds-theme v0.9.0 - CSS Distribution
* @license UNLICENSED
* Copyright (c) Mirantis, Inc.
*/

/* MDS Light Theme Globals */

body {
  font-size: 14px;
  color: var(--mds-theme-palette-grey90);
  font-family: "Open Sans", Roboto, sans-serif;
  letter-spacing: 0;
  line-height: unset;
  font-style: normal;
  font-weight: var(--mds-theme-font-weight-normal);
  background-color: var(--mds-theme-palette-white5);
}

* {
  box-sizing: border-box;
}

pre {
  font-size: 14px;
  color: var(--mds-theme-palette-grey90);
  font-family: "JetBrains Mono", "Courier New", monospace;
  letter-spacing: 0;
  line-height: unset;
  font-style: normal;
  font-weight: var(--mds-theme-font-weight-normal);
}

code {
  font-size: 14px;
  color: var(--mds-theme-palette-grey90);
  font-family: "JetBrains Mono", "Courier New", monospace;
  letter-spacing: 0;
  line-height: unset;
  font-style: normal;
  font-weight: var(--mds-theme-font-weight-normal);
}

a {
  text-decoration: none;
  color: var(--mds-theme-palette-marine50);
}

a:link {
  color: var(--mds-theme-palette-marine50);
}

a:active {
  color: var(--mds-theme-palette-marine50);
}

a:hover {
  color: var(--mds-theme-palette-marine70);
  cursor: pointer;
}

a:visited {
  color: var(--mds-theme-palette-marine50);
}

h1 {
  font-size: 32px;
  color: var(--mds-theme-palette-grey90);
  font-weight: var(--mds-theme-font-weight-semibold);
  font-family: "Open Sans", Roboto, sans-serif;
  letter-spacing: 0;
  line-height: unset;
  font-style: normal;
}

h2 {
  font-size: 28px;
  color: var(--mds-theme-palette-grey90);
  font-weight: var(--mds-theme-font-weight-semibold);
  font-family: "Open Sans", Roboto, sans-serif;
  letter-spacing: 0;
  line-height: unset;
  font-style: normal;
}

h3 {
  font-size: 22px;
  color: var(--mds-theme-palette-grey90);
  font-weight: var(--mds-theme-font-weight-semibold);
  font-family: "Open Sans", Roboto, sans-serif;
  letter-spacing: 0;
  line-height: unset;
  font-style: normal;
}

h4 {
  font-size: 20px;
  color: var(--mds-theme-palette-grey90);
  font-weight: var(--mds-theme-font-weight-semibold);
  font-family: "Open Sans", Roboto, sans-serif;
  letter-spacing: 0;
  line-height: unset;
  font-style: normal;
}

h5 {
  font-size: 18px;
  color: var(--mds-theme-palette-grey90);
  font-family: "Open Sans", Roboto, sans-serif;
  letter-spacing: 0;
  line-height: unset;
  font-style: normal;
  font-weight: var(--mds-theme-font-weight-normal);
}
