* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

:root {
  --body: #667085;
  --primary-color: #001b3d;
  --secondary-color: #087443;
  --accent-color: #f2b544;
  --main-bg: #f7f9f8;
  --heading-color: #102033;
  --second-text: #667085;
  --border-color: #e4e7ec;
  --success-green: #12b76a;
  --error-red: #d92d20;
  --warning-color: #f79009;
  --icon-color: #fff;
  --icon-hover-bg: #12b76a;
  --button-bg: #087443;
  --white-text-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
}

button,
input,
select,
option,
optgroup,
textarea {
  outline: none;
  border: none;
}

/*  */

.privacy-policy-section {
  padding: 20px 100px;
}

.update-date strong {
  font-weight: 400;
}

.privacy-policy-section .introduction {
  margin-top: 20px;
}

.privacy-policy-content div {
  margin-bottom: 20px;
}

.privacy-policy-content h2 {
  font-size: 20px;
}

.privacy-policy-content {
  margin-top: 20px;
}
