:root {
  --primary-color: rgb(152, 207, 140);
  --secondary-color: rgb(221, 57, 57);
  --text-secondary: #202e3f;
  --font-family: "Poppins", sans-serif;
  /* --line-height: 1.2; */
  --bg-table: #d2d6db;
  --bg-primary: #e2e8f0;
  --bg-card: #f3f5f7;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Thin.eot");
  src: url("/fonts/Poppins-Thin.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Poppins-Thin.woff2") format("woff2"),
    url("/fonts/Poppins-Thin.woff") format("woff"),
    url("/fonts/Poppins-Thin.ttf") format("truetype"),
    url("/fonts/Poppins-Thin.svg#Poppins-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-ExtraLight.eot");
  src: url("/fonts/Poppins-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/Poppins-ExtraLight.woff2") format("woff2"),
    url("/fonts/Poppins-ExtraLight.woff") format("woff"),
    url("/fonts/Poppins-ExtraLight.ttf") format("truetype"),
    url("/fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Light.eot");
  src: url("/fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Poppins-Light.woff2") format("woff2"),
    url("/fonts/Poppins-Light.woff") format("woff"),
    url("/fonts/Poppins-Light.ttf") format("truetype"),
    url("/fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Regular.eot");
  src: url("/fonts/Poppins-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/Poppins-Regular.woff2") format("woff2"),
    url("/fonts/Poppins-Regular.woff") format("woff"),
    url("/fonts/Poppins-Regular.ttf") format("truetype"),
    url("/fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Medium.eot");
  src: url("/fonts/Poppins-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/Poppins-Medium.woff2") format("woff2"),
    url("/fonts/Poppins-Medium.woff") format("woff"),
    url("/fonts/Poppins-Medium.ttf") format("truetype"),
    url("/fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-SemiBold.eot");
  src: url("/fonts/Poppins-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("/fonts/Poppins-SemiBold.woff") format("woff"),
    url("/fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("/fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Bold.eot");
  src: url("/fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Poppins-Bold.woff2") format("woff2"),
    url("/fonts/Poppins-Bold.woff") format("woff"),
    url("/fonts/Poppins-Bold.ttf") format("truetype"),
    url("/fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-ExtraBold.eot");
  src: url("/fonts/Poppins-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("/fonts/Poppins-ExtraBold.woff") format("woff"),
    url("/fonts/Poppins-ExtraBold.ttf") format("truetype"),
    url("/fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Black.eot");
  src: url("/fonts/Poppins-Black.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Poppins-Black.woff2") format("woff2"),
    url("/fonts/Poppins-Black.woff") format("woff"),
    url("/fonts/Poppins-Black.ttf") format("truetype"),
    url("/fonts/Poppins-Black.svg#Poppins-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: var(--font-family);
}

/* h1 {
    font-size: 2rem;
    font-weight: 600;
    line-height: var(--h1-line-height);
    margin-bottom: 1.5rem;
  }
  
  h2 {
    font-weight: 500;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0;
  } */

h3 {
  font-size: 1.4rem;
  font-weight: 500;
  /* line-height: var(--h1-line-height); */
  margin-bottom: 0;
}

h4 {
  font-family: var(--font-family);
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.875rem;
  font-weight: 600;
}

h5 {
  font-family: var(--font-family);
  font-size: 1.125rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.25rem;
}

h6 {
  font-family: var(--font-family);
  font-size: 0.938rem;
  line-height: 1.563rem;
  margin: 0;
  font-weight: 500;
}

.h7 {
  line-height: 1.125rem;
  font-weight: 500;
  font-family: var(--font-family);
  font-size: 0.75rem;
}

.secondary-color {
  color: var(----text-secondary);
}

.bg-primary-color {
  background: var(--primary-color);
}

.default-image-class {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.text-red {
  color: var(--secondary-color);
}

.bg-card {
  background-color: var(--bg-card);
}

[dir="ltr"] select {
  background-position: right 0.75rem center;
}

[dir="rtl"] select {
  background-position: left 0.75rem center;
}