/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

 body {
  font-family: 'Inter', sans-serif;
  margin: 0 5%;
  padding: 0;
  background: #f5f7fa;
  color: #333;
}

li, ul, a {
  text-decoration: none;
}

h1, h2, h3, h4 {
  margin: 0 0 10px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.check-title h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 15px 0;
  color: black;
  font-size: 22px;
}

.check-title > p {
  text-align: center;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  margin: 5px 0;
}

/* ======== HEADER ======== */
h1 {
  text-align: center;
  padding: 15px 0;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  font-size: 22px;
}

h4 {
  text-align: center;
  padding: 15px 0;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  font-size: 22px;
}
