@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

body {
    padding-top: 75px;
    font-family: 'Inter', sans-serif;
    margin-right: 100px;
}
h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    padding-bottom: 10px !important;
}

.company-name {
    font-size: 12px;
}

div#header a[data-mapped="true"] {
    display: none;
}

div#header .location {
    padding-bottom: 20px;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: -0.02em;
    margin-bottom: 2px !important;
}
 
h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    margin-bottom: 2px !important;
}

h4 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -0.015em;
    margin-bottom: 2px !important;
}

h5 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 145%;
    letter-spacing: -0.015em;
    margin-bottom: 2px !important;
}

h6 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 145%;
    letter-spacing: -0.015em;
}

p, .content-conclusion, li, label {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #393946;
} 

#app_body {
    max-width: 960px;
}

body::before {
  margin-top: 20px;
  display: block;
  top: 0px;
  left: 10px;
  width: 100%;
  height: 23px;
  position: absolute;
  transform: scale(1.5);
  transform-origin: left;
  background-image: url('https://grafana.com/static/assets/internal/grafana_logo-web-dark.svg');
  background-repeat: no-repeat;
}

div#application {
  margin-left: 100px;
}
