

html {
  scroll-behavior: smooth;
}

/* fonts */

h1,
h2,
h3,
p,
li,
input,
button,
select,
textarea,
b,
strong,
label {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

p, li {
  line-height: 1.65rem;
}

/* variables */

:root {
  --website-blue: rgba(180,225,245,1);
  --website-green: rgb(169, 243, 166);
  --footer-grey: #636363;
  --footer-light-on-dark: #57a5ff;
}

body {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.action-button {
  background: #002f66;
  border: 0.0625rem solid #002f66;
  color: #fff;
}

.secondary-action-button {
  background: #ececec;
  border: 0.0625rem solid #002f66;
  color: rgb(0, 0, 0);
}

.mid-page-container {
  max-width: 1000px;
  display: block;
  margin: auto;
}

.button {
  border-radius: 0.15rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  line-height: 0.875rem;
  margin: 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
