@import "./progress.css";

.notion {
  font-family: Inter, sans-serif !important;
}

.page-content {
  min-height: calc(100vh - 100px);
}

*:focus:not(.focus-visible) {
  outline: 0;
}

a {
  text-decoration: none;
  color: unset;
}

.h2 {
  margin: 20px 0;
  font-size: 36px;
  text-align: center;
  color: var(--color-dark);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.center {
  text-align: center;
}

.section-title {
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 400;
}
.section-description {
  color: var(--color-dark-light);
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 350;
  padding-bottom: 20px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  :root {
    --device: extra-small;
  }
  .section-title {
    font-size: 28px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  :root {
    --device: small;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --device: medium;
  }
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --device: large;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  :root {
    --device: extra-large;
  }
}
