body {
  font-family: "Archivo" !important;
  font-weight: normal;
}

/* Heading */
.single #page #content #primary main h1 {
  color: var(--Web-Deep-Black, #1c1c1c);
  /* H1/Desktop & Tablet */
  font-family: "Archivo";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  /* 121.739% */
  letter-spacing: unset;
  margin-bottom: unset;
}

.single #page #content #primary main h2 {
  color: var(--Web-Deep-Black, #1c1c1c);
  /* H2/Desktop & Tablet */
  font-family: "Archivo";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  /* 127.778% */
  margin-bottom: unset;
}

.single #page #content #primary main h3 {
  color: var(--Web-Deep-Black, #1c1c1c);
  /* H3/Desktop & Tablet */
  font-family: "Archivo";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 141.667% */
  margin-bottom: unset;
}

.single #page #content #primary main h4 {
  color: var(--Web-Deep-Black, #1c1c1c);
  /* H4/Desktop & Tablet */
  font-family: "Archivo";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  margin-bottom: unset;
}

.single #page #content #primary main .paragraph-large {
  color: var(--Web-Deep-Black, #1c1c1c);
  /* Paragraph/Large - Regular */
  font-family: "Archivo";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}

.single #page #content #primary main .paragraph-large__bold {
  font-weight: 700;
}

.single #page #content #primary main .paragraph-medium {
  color: var(--Web-Deep-Black, #1c1c1c);
  /* Paragraph/Medium - Regular */
  font-family: "Archivo";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.single #page #content #primary main .paragraph-medium__bold {
  font-weight: 700;
}

.single #page #content #primary main .paragraph-small {
  color: var(--Web-Deep-Black, #1c1c1c);
  /* Paragraph/Small - Regular */
  font-family: "Archivo";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.single #page #content #primary main .paragraph-small__bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .single #page #content #primary main h1 {
    color: var(--Web-Deep-Black, #1c1c1c);
    /* H1/Desktop & Tablet */
    font-family: "Archivo";
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    /* 121.739% */
    letter-spacing: unset;
    margin-bottom: unset;
  }

  .single #page #content #primary main h2 {
    color: var(--Web-Deep-Black, #1c1c1c);
    /* H2/Desktop & Tablet */
    font-family: "Archivo";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    /* 127.778% */
    margin-bottom: unset;
  }

  .single #page #content #primary main h3 {
    color: var(--Web-Deep-Black, #1c1c1c);
    /* H3/Desktop & Tablet */
    font-family: "Archivo";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    /* 141.667% */
    margin-bottom: unset;
  }

  .single #page #content #primary main h4 {
    color: var(--Web-Deep-Black, #1c1c1c);
    /* H4/Desktop & Tablet */
    font-family: "Archivo";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    margin-bottom: unset;
  }

  .single #page #content #primary main .paragraph-large {
    color: var(--Web-Deep-Black, #1c1c1c);
    /* Paragraph/Large - Regular */
    font-family: "Archivo";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
  }

  .single #page #content #primary main .paragraph-large__bold {
    font-weight: 700;
  }

  .single #page #content #primary main .paragraph-medium {
    color: var(--Web-Deep-Black, #1c1c1c);
    /* Paragraph/Medium - Regular */
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
  }

  .single #page #content #primary main .paragraph-medium__bold {
    font-weight: 700;
  }

  .single #page #content #primary main .paragraph-small {
    color: var(--Web-Deep-Black, #1c1c1c);
    /* Paragraph/Small - Regular */
    font-family: "Archivo";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
  }

  .single #page #content #primary main .paragraph-small__bold {
    font-weight: 700;
  }
}



body,
button,
input,
select,
textarea {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #999999;
  position: relative;
}