@font-face {
  font-family: BrownStd-Regular;
  src: url(https://studio-assets.rf29.net/Fonts/Brown/BrownStd-Regular.otf);
}

@font-face {
  font-family: BrownStd-Bold;
  src: url(https://studio-assets.rf29.net/Fonts/Brown/BrownStd-Bold.otf);
}

body { 
  background-color: #fff; 
  font-family: 'BrownStd-Regular', BrownStd-Regular, arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.65;
  font-weight: 300;
  color: #000;
  padding: 40px 20px;
}

button, input{
  font-family: 'BrownStd-Regular', BrownStd-Regular, arial, sans-serif;
}

.page__logo {
  width: 100%;
  max-width: 150px;
  text-align: left;
  margin: 0;
  padding: 0;
}

.page__wrapper {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  text-align: left;
}

.page__section {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: start;
  align-items: start;
}

.page__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
}

.page__header.is-column {
  flex-direction: column;
  text-align: left;
  margin: 0 0 20px 0;
  justify-content: start;
  align-items: start;
}

.page__date {
  font-size: 0.7rem;
  text-align: right;
}

a,
a:link {
  color: #0044FF;
  text-decoration: underline;
}

a:visited {
  color: #7500EE;
}

a:hover {
  color: #757575;
}

h1, h2, h3 {
  text-align: left;
}

h1 {
  margin-bottom: 10px;
}

h2 {
  font-size: 1.0rem;
  font-weight: 400;
  margin-bottom: 0;
}

h3 {

}

h4 {

}

h5 {

}

ol {
  padding-inline-start: 20px;
}

li {
  padding-left: 12px;
}

p {
  text-align: justify;
  text-justify: inter-word;
}

strong {
  font-family: 'BrownStd-Bold', BrownStd-Bold, arial, sans-serif;
  font-weight: 700;
}

.page__footer {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  margin: 40px auto 40px;
}