/* inconsolata-latin-wght-normal */
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/inconsolata:vf@latest/latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* darker-grotesque-latin-wght-normal */
/* roboto-latin-wght-normal */
/* fira-code-latin-ext-wght-normal */

body {
	background: #f1f1f1;
}

main {
  margin: 0 auto;
  padding: 0;
  width: 88dvw;
  max-width: 700px;
  min-height: 100vh;
  /* background: #f1f1f1; */

  & signs {
    font-size: 24px;
    min-height: 1em;
    display: flex;
    justify-content: space-around;
  }

	& chart {
		display: block;
		width: 100%;
		aspect-ratio: 1 / 1;
		/* background: #aca8a8; */
	}
}

form#when-where {
  font-size: 1.2em;
  font-family: Inconsolata, monospace;
  max-width: 475px;
  margin: auto;

  & > * {
    margin: 0.5em;
  }

  & #coordinates {
    font-weight: 100;
    font-size: medium;
    line-height: 1.5em;
    padding-inline-start: 0.5em;
  }

  & iconify-icon {
    padding-inline: 0.25em;
    font-size: 1.5em;
    align-self: center;
    &:hover {
      cursor: pointer;
    }
  }

  & label {
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 0.1em;
  }

  & input {
    box-sizing: border-box;
    border-width: thin;
    border-radius: 0.25em;
    padding-inline: 0.5em;
    padding-top: 0.15em;
    font-weight: 300;
    font-weight: 500;
    border: 2px solid #898989;
    filter: sepia(1);
  }

  & row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }

  & [name=place] {
    width: 100%;
  }
}

