/* Import the Open Sans webfont from Google CDN */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/uYKcPVoh6c5R0NpdEY5A-Q.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNShsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

/* Import body.adminimal {
  font: normal 81.3%/1.538em "Open Sans", sans-serif; */
}

.adminimal .toolbar {
  font-family: "Open Sans";
}

.adminimal .form-select {
  font-size: .8rem;
}

/* Adjust header fonts to be more like public theme  LSK 9-15-25 */
h1 { font-size: 1.4rem; line-height: 1.5; margin: 1rem 0; }
h2 { font-size: 1.3rem; line-height: 1.5; font-weight: 500; }
h3 { font-size: 1.2rem; line-height: 1.5; font-weight: 500; }
h4 { font-size: 1.1rem; line-height: 1.5; font-weight: 500; }
h5 { font-size: 1rem; }
h6 { font-size: .85rem; }