@font-face {
  font-family: 'Aktinson Hyperlegible Next';
  src: url('/fonts/AtkinsonHyperlegibleNext-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aktinson Hyperlegible';
  src: url('/fonts/AtkinsonHyperlegibleNext-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aktinson Hyperlegible Next';
  src: url('/fonts/AtkinsonHyperlegibleNext-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aktinson Hyperlegible Next';
  src: url('/fonts/AtkinsonHyperlegibleNext-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aktinson Hyperlegible Next';
  src: url('/fonts/AtkinsonHyperlegibleNext-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Atkinson Hyperlegible Next', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #faf5e6;
    color: #14270f;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 400;
}

.header-text {
    padding-bottom: 20px
}

.input-box {
    flex-grow: 1;
    border-radius: 10px;
    box-shadow: none;
    border: 2px solid #14270f;
    margin-bottom: 20px;
}

.footer-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #14270f;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 10px;
}

.footer-button-text {
    color: #faf5e6;
    font-weight: 500;
    font-size: 1.5rem;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 15px;
}

.footer-button-image {
    height: 2rem;
}
