*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

p,
table,
li {
  font-size: 19px;
  line-height: 1.4211;
  font-weight: 400;
  letter-spacing: 0.012em;
  font-family: 'SF Pro Display', 'SF Pro Icons', 'Helvetica Neue', 'Helvetica',
    'Arial', sans-serif;
  margin: 0 0 16px 0;
}

h1 {
  font-family: 'Montserrat', Sans-Serif;
  font-size: 56px;
  line-height: 1.07143;
  font-weight: 700;
  margin: 0 0 16px 0;
}
h2 {
  font-family: 'Montserrat', Sans-Serif;
  font-size: 26px;
  line-height: 1.07143;
  font-weight: 700;
  margin: 0;
  padding: 32px 0 16px 0;
}
h3 {
  font-family: 'Montserrat', Sans-Serif;
  font-size: 18px;
  line-height: 1.07143;
  font-weight: 700;
  margin: 0;
  padding: 32px 0 16px 0;
}
.main {
  padding: 48px 16px;
}
.mainContainer {
  max-width: 760px;
  margin: 0 auto;
}
.articleDetails {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  flex-flow: column nowrap;
  font-weight: 400;
  letter-spacing: 0.012em;
  font-family: 'SF Pro Display', 'SF Pro Icons', 'Helvetica Neue', 'Helvetica',
    'Arial', sans-serif;
  margin: 0 0 24px 0;
}
.articleImage {
  margin: 0 0 32px 0;
}
.articleImage img {
  max-width: 100%;
  height: auto;
  max-height: 440px;
  border-radius: 8px;
  object-fit: cover;
}
table {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
  text-align: left;
}
table thead tr th {
  padding: 0 8px 12px 0;
  border-bottom: 1px solid #e8e8ed;
}
