@import "chota.min.css";

 @font-face {
  font-family: firasans; 
  src: url(FiraSans-ExtraBoldItalic.ttf);
}

:root {
  --bg-color: #0e0e0e;
  --bg-secondary-color: #535353;
  --color-primary: #0a6d3d;
  --color-error: #d43939;
  --color-success: #28bd14;
  --grid-maxWidth: 120rem;
  --grid-gutter: 2rem;
  --font-size: 1.6rem;
  --font-color: #e7e7e7;
  --font-family-sans: sans-serif;
  --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
}

body > .container {
  max-width: 980px;
}

.tabs>.dropdown>summary,
.tabs>a {
  color:var(--color-lightGrey);
}

td,
th {
  padding: .2rem .2rem;
}

hr {
  margin:4rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: firasans;
    margin: 1em 0 0.2em;
}

.nav {
    /* font-family: firasans; */
}

.tagline {
    text-align: center;
    font-size: 8rem;
}

.hero {
    margin:100px 0 20px;
    font-family: firasans;
    text-align: center;
    font-size: 20rem;
}