@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&display=swap');


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
}


a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

a img {
  border: 0;
}

b,
strong {
  font-weight: bold;
}



img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}



textarea {
  overflow: auto;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #fff9ea;
  height: 100%;
}


body, button, input, select, textarea {
  /*font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-family: 'Playfair Display', serif;
  font-family: 'Montserrat', sans-serif;
	font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;*/
	font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  color: #000000;
}


a {
  color: #002041;
  text-decoration:none ;
}
a:hover {
  text-decoration: underline;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  /*font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-family: 'Playfair Display', serif;
	font-family: 'Montserrat', sans-serif;
  font-family: 'Poppins', sans-serif;
	font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;*/
	font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
  text-decoration: none;
}

h1 {
  line-height: 1.4;
  font-size: 28px;
}
@media screen and (min-width: 790px) {
  h1 {
    font-size: 34px;
  }
}
h1 span {
  font-weight: bold;
}

h2 {
  line-height: 1.6;
  font-size: 23px;
}
@media screen and (min-width: 790px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 20px;
}

h4 {
  font-weight: normal;
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-weight: normal;
  font-size: 13px;
}


img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}


ul, ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li, ol li {
  margin: 8px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 20px;
}


table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
  border-collapse: collapse;
  border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #f0f0f0;
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}

table th {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
